Currently I have a tab bar controller set up which displays 5 different pages, i'm trying to display a list of data using the table view, but a different one on each page, the guide i'm using says I needed to CMD Drag the TABLE VIEW CONTROLLER to the APP DELEGATE. The problem I have is that each of the views has a separate .XIB file, and when I open them to view the content of t开发者_运维问答hat particular view, they have no App Delegate option to select in the option viewer.
Any help would be appreciated.
Have a look at this link , this tells how to use tabbar controller
http://amaniphone.blog.co.in/2010/11/13/tabbar-and-navifgation-in-iphonetabnav/
Now in every .xib file you created for every tab , drag your tableview and slect connection inspector
drag from datasource, delegate pointers to file owner. Then follow the tutorial how to use tableview in iphone app.
精彩评论