开发者

"Back" button in bottom of the screen in Navigation-based app

I'm developing nav开发者_运维知识库-based app and I want to make "back" button and all navigation bar in bottom of the screen. It's possible? Help me please. Thx.


This is not available using the standard UINavigationController. From the documentation, they says that you must never change the nav bar's frame or bounds.

If you need this feature you will have to:

  1. hide the original navigationBar
  2. create you own toolbar at the bottom as a subview of the main windows and always on top.
  3. mimic the animations by listening to UINavigationControllerDelegate methods

Should be workable, but a bit of a hassle.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜