Non-fullscreen UINavigationController

后端 未结 4 1248
臣服心动
臣服心动 2021-02-20 12:25

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

4条回答
  •  一生所求
    2021-02-20 12:53

    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.

提交回复
热议问题