I have to build an iPhone app that every X days has an online sync with a web service, it downloads X images and saves them into the device.
Then, in offline mode, I have to load the images on a table view.
I was thinking about the Core Data storage, is that possible? Maybe storing images in core data database will slow down the app?
