iphone - Trying to place a UINavigationController as one of the tabs inside a UITabBarController -
i'm writing iphone app has 3 tabs. first 2 uitableviews, third tab want uinavigationcontroller, because used editing list of recipes.
i've tried every combination of nibs think of work having problems such as:
- once click on editing tab, click other tabs, display still shows parts of editing tab such navigation bar
- when click on editing tab, can see blank navigation controller no contents or title, though nav controller inside tabs has 'nib name' , 'class' set in inspector
i know best way of going abouts doing this: putting editor (which think should navigation controller?) inside tab. there glaring i'm missing?
thanks guys
i use editing buttons navigation controller , woks well, option.
if want navigation controller 1 view need hide switching tabs
self.navigationcontroller.navigationbarhidden = yes; or no
and since don't use ib (it black box) recommend allocate (title, buttons, etc.) navigation controller manually. works great , see you've done.
Comments
Post a Comment