Hi,
Here is a fast one: is there any method for releasing any cached data an application may be using and freeing memory?
I mean data that is cached automatically by the iPhone when you do a Page Curl or other effect in a view, when you load a picture, etc.
The allocations I did I can, obviously release but what about the allocations done by the system itself automatically? Any way to release them?
thanks for any help.