Thanks Dev. I was able to get that code running with one tab showing a UINavigationController and a table full of data and the other tab showing a UIViewController with a page of labels and buttons. Very nice.. thank you!
I am hitting a wall though. Using your code i've tried any number of ways to add content below the nav bar but above the tableview. I'm trying to get the following look for this app....
Pseudo Description:
- App should have a tabbar at the bottom with two tabs
- the first tab shows a navigationcontroller up top, label and image below it followed by a tableview.
- the second tab shows labels and images.
For whatever reason the tabbar is the big pain! I know this isnt rocket science.. it's just not clicking. I can perform these tasks w/out the tab bar but throw that into the mix and i'm getting nothing but a white page on that first tab.
Thanks Again
JB
Any thoughts? Thanks again for your help.
John
__________________
----------------------------------------------------------------------
I love being a dad, flying airplanes and writing code.
----------------------------------------------------------------------
Follow me on Twitter: @BostonMerlin
Feed your brain on Twitter: @iPhoneDev101
----------------------------------------------------------------------
iPhone Apps:
Last edited by BostonMerlin; 08-12-2008 at 05:48 PM.
|