I am trying to unzip a file which is being downloaded through URL. The file downloaded is in zip format. I have used library : iPhone Unzip code which has SSZipArchive Library. It is used in current c
So I successfully retrieved my BLOB image from the database and set it to NSData *content.. content = [[NSData alloc]
Few months ago i made an app based on apple GLPaint. It worksgreat. I have recorded sets of points that draw simple drawings on the screen. and saved them as array of points (converted to NSValue).
Should I check if a file exists at a given path when trying to read the data into an NSData object? Right now I\'m not doing at the moment but my code works since my array that is supposed to get popu
If I use thisto set up NSData then the writeData method crashes. NSString *test = @\"The quick brown fox jumped over the lazy dog\\r\\n\";
How would I go about cleaning the cache data and other memory while using this code? CFData (store) on simulator keeps on growing....
hi friend i want saveobjNSData in my xml file and later i want read my data from file xml and decryptand i want use this code,haw i can convert NSMutableData to string and later convert NSString to NS
If I have an unsigned char *data pointer and I want to check whether size_t length of the data at that pointer is NULL, what would be the fastest way to do that? In other words, what\'s the fastest wa
What can I use to copy a remote database to a local path? success = [FileManager copyItemAtURL:dbPath toPath:databasePath error: &error];
I work with server. I send request to the server and it answers me in UTF-8 encoding, but when I try to decode byte array to the string, sometimes I get nil value. How can I decode this bytes array wi