iPhone - Tweak the UINavigationController to show a UINavigationBar made into IB
Posted
by
Oliver
on Stack Overflow
See other posts from Stack Overflow
or by Oliver
Published on 2011-01-08T03:46:48Z
Indexed on
2011/01/08
3:54 UTC
Read the original article
Hit count: 293
Hello,
I've build a UINavigationBar into Interface Builder, and I have a NavigationController into my app. I'd like to make the one use the other to work. Just to manage the bar into IB and let the controller use it as its view (and adding by itself the Back button if needed), or in another way to do the same thing, let the NavBar use the navcontroller to adjust its display.
Do you see a way to do this ?
If not, I really don't see the use of the NavigationBar proposed into IB.
© Stack Overflow or respective owner