How to add buttons to navigation controller visible after segueing?

前端 未结 7 595
广开言路
广开言路 2020-12-04 14:40

I have set up a view controller in Storyboard which is embedded in a navigation controller. In this nav controller I have checked Shows Navigation Bar and Shows Toolbar and

7条回答
  •  失恋的感觉
    2020-12-04 14:49

    It's very simple. You just need to use navigaitonItem first as the holder of the buttons and then you can add barButtonItems on top of that.

提交回复
热议问题