I am saving data to iphone directory which i have created, in PNG format,,,but my app getting heavier,
what should I do ?
I am saving data to iphone directory which i have created, in PNG format,,,but
Share
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.
Seems like the choices are fairly obvious: either delete data from the documents directory that you don’t need anymore, or use a file format with more compression than PNG (eg, lossy JPEG). You’ll have to make a compromise somewhere, so it’s about what’s better for you app: more compression on the images, or keeping lossless images but automatically deleting (or offering users the option to manually delete) files older than a certain date, etc.