Is it possible to use a UINavigationController in such a way that it doesn\'t use the full window?
I\'ve tried setting it\'s view\'s frame as well as adding it\'s view t
This might help?
Adding a UINavigationController as a subview of UIView
You could always use the UINavigationBar class directly, and implement the controlling code yourself.