Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

stjohnbee

macrumors newbie
Original poster
Mar 25, 2009
7
0
Hi guys,

I need to produce an application that has multiple views using a tabBar at the bottom of the screen and also features a bar at the top of the screen to allow two additional buttons in the navBar space.

I have found a few examples of this, but none of them use xib files. Which is beyond my understanding at the moment!

Would it be possible to create the application I'm talking about using xib's or is that impossible?

Cheers,
Ade
 

iphonedevelop18

macrumors member
Feb 26, 2009
50
0
Yes, it would be possible but it would definitely be harder than using the non xib version. You would need to create 1 view controller and have two tab bar controllers (making a custom tab bar) watch this tutorial and it may help you some. It explains how to create a custom tab bar and control it under 1 view controller.
 

CocoaPuffs

macrumors 68020
Aug 23, 2008
2,005
3
Fairly simple actually. Use tabbar as root controller, add navbar as the view, then code the nav items in.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.