I have a small database in SQLite (1 table, 3 columns, 61 rows) and I want to present it in the app inside a Tableview for read only.
I'v already imported FMDB and created the bridging-header but i have no idea where to go from here. My database sit in my server so if that cause any problem i don't mind to embed it in the app. I need to know how to get the app to recognize the database and how to get the data from the database.
If someone could guide me to the right way or refer me to a step-by-step tutorial that would be highly appreciate and a great help. Thank you all.