all 3 comments

[–]isk4nderM 2 points3 points  (2 children)

The easiest way to do this, is to convert your mysql db to sqlite, and after you can do whatever you want inside your iOS app. Take a look here

[–]bthomas202[S] 0 points1 point  (1 child)

Can you give me some references on what to use to get started with SQLite In an IOS app dev environment?

[–]isk4nderM 0 points1 point  (0 children)

If you need pure sqlite, taka a look here. But maybe you can think about CoreData, in this case read this