hi guys,
i'm working on iphone application which needs to run offline at an exhibition. It should present data, stored local because there is no internet at the booth. Still, to easily have content updates it should be able to update it's content once connected to internet.
It's quite some data ( around 300 full lines of text ) and I want it to be loaded, stored and visualized as optimized as possible.
What's the best way to load in content once connected and how should I store it on the device?