Hi everyone,
I'm trying to add a UITableView
to my Tab Bar application, but I'm completely at a loss for where to start. I've tried to add a new XIB and load the XIB from the View Controller in MainWindow.xib
, but all it does is crash.
Can anyone provide a tutorial from adding the UITableView
to my Tab Bar app all the way through to setting up the TableView with sqlite3 as a datasource?
Thanks a lot in advance!!