cache jpgs in ios and retrieve them
This is for an iPad app and the user may or may not have an network connection.
Initially, I will have about 50 or so images that I need to download from a web server.
I want to cache them on the iPad.
I will check for new content when the app is opened everytime but if the user already has the latest images or they don't have a network connection, I want them to be able to use the cached images.
The check for new images part I have figured out. It's the caching and retrieving of cached images that I am not sure how to do. So...
How do I cache images on iOS and retrieve them if necessary?
Oh, I am using Flash CS5, (5.5 on the way).
Thanks.
