PDA

View Full Version : Tabbar + Nav




duny
Mar 24, 2009, 09:12 AM
I have created a navigation controller item with a tabbar attached to it, one problem is that all my content show up in the TabelView but it wont let me step into it to actually view it. But if i add more tabbar items to the bottom it shows the more tab with 3 dots, some how it will let me click and stepinto the detail view to view all the information. Any help would be appriciated, if need i can upload my project.



CocoaPuffs
Mar 24, 2009, 11:10 AM
I have created a navigation controller item with a tabbar attached to it, one problem is that all my content show up in the TabelView but it wont let me step into it to actually view it. But if i add more tabbar items to the bottom it shows the more tab with 3 dots, some how it will let me click and stepinto the detail view to view all the information. Any help would be appriciated, if need i can upload my project.
Newbie you are. Suggestion is to read the many websites about UINavigationController. Also technically, it's the navcontroller that is attaching to the tabbarcontroller :).

duny
Mar 24, 2009, 11:14 AM
Thanks but calling me a newbie isnt helping me learn.

eddietr
Mar 24, 2009, 11:45 AM
Posting the project would probably help. Or at least the code for your tavleview's Data source.