Im wondering if its possible to save an array which contains UIImages to the disk on the ipad? My idea is not to save them image per image as PNG or JPG on a folder. Is there any possibility to save the whole array and load it later?
Andy
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Should be possible if instead of UImage you keep array of NSData and than create images from those NSData objects but I guess it’s not what you want