Tab Bar + Multiple Table Views + SQLite
Hi guys!
I'm trying to build an app that uses data from a sqlite database.
The navigation is done by multiple tabs like the iPod app, each tab connects to a table view that presents to the user a especific type of data retrieved from the database (for ex. imagine the database is a restaurant list, each tab presents a unique type of cuisine: french, chinese, etc...)
However the tutorials that i find around the net only represent/teach how to make an app that works with a database in a single view, without any tab controller...
I don't know how i can adapt the tutorials i find to my needs, or even the example SQlite books from the great Apple. . .
Can somebody point to me the right direction??
Thanks in advance
|