Is there any way to make the default navigation bar of an UINavigationController display at the bottom instead of the top?
I know that there is an UIToolbar that can be displayed at the bottom, but that one is specific to each view and does not carry the "back" button.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
If you create your view using a NIB, then it is rather simple - select navigation bar in attributes->bottom bar. If not then you should access navigation bar directly and change its coordinates. In your view controller:
where x and y are coordinates to place your navigation bar. |
|||
|
|
|
Try this :
|
|||
|
|
|
I think you can but i don't think it will approved by Apple
|
||||
|
|