I'm Exporting data to a text file and I'm wondering if anyone has done this.
Convert UIImage to NSData, represent the NSdata as nsstring, and then write the the string to the textfile. Then when reading the file back in its able to reverse that back into an image.
I could be misinterpreting how nsdata works but has anyone ever done this?
Convert UIImage to NSData, represent the NSdata as nsstring, and then write the the string to the textfile. Then when reading the file back in its able to reverse that back into an image.
I could be misinterpreting how nsdata works but has anyone ever done this?