image - App getting heavy while saving data to iphone directory,,, -


I am saving data to iFile directory which I have created in PNG format, but my app is getting heavier Should i do

It seems that the options are quite clear: either delete the data from the document directory which you don? Is not required, or use a file format with more compression than PNG (eg, lossy JPEG). You have to compromise somewhere, so what's better for you App: By keeping more compression on images, or lossless images, but by automatically deleting files older than a certain date (or manually removing the user Offer of choice) etc.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -