Optional Navigation Controller

Posted by Kevin Sylvestre on Stack Overflow See other posts from Stack Overflow or by Kevin Sylvestre
Published on 2010-03-15T17:16:56Z Indexed on 2010/03/15 17:19 UTC
Read the original article Hit count: 155

Filed under:
|
|
|

I have an application containing a variety of view controllers linked together in different ways (Welcome > Browse > Preview OR Browse > Preview OR Settings > Splash). The first view controller is presented modally using a navigation controller from a main controller, then the next set of view controllers are added using pop and push.

This works correctly, but I need to be able to define my 'UINavigationBar' and 'UIToolbar' within interface builder, so they still work as expected if they are presented without using a navigation controller. Is this possible? Currently I get this if I try:

alt text

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about iphone