Quote:
Originally Posted by macstar
hey!
i am new in iphone coding and very frustrated. I can't figure out how to manage a tab bar controller including a navigation controller including a tableviewcontroller. Would it be possible, if someone figured it out, to write down the source here or better to pm me a xcode project!
2 or more tabs
in one tab the nav controller and the tabelviewcontroller
thx
PS.: Sorry for my english i am not a native speaker!
|
Hey macstar.
The source-code in this thread should help you with setting this up and running.
All you need to do is create a tableViewController, and add that on as one of your viewControllers. (a tableViewController is a subclass of a viewController, so it will do everything the same if you want it to)
so you need any more help than that
?
if you need further help, I can write some code up on here, but this app is your own. I'm not going to write your app for you. So I'll give major pointers, but its you that needs to learn the basics of how to tie things together.