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 to another (non-fullscreen) view instead of the window, and neither seems to work.
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 to another (non-fullscreen) view instead of the window, and neither seems to work.
This might help?
http://stackoverflow.com/questions/2526990/adding-a-uinavigationcontroller-as-a-subview-of-uiview
You could always use the UINavigationBar class directly, and implement the controlling code yourself.