UIToolbar on each page of UINavigationController

前端 未结 3 584
别跟我提以往
别跟我提以往 2021-02-05 22:17

I have an application which runs on a UINavigationController. Now I would like to add a UIToolbar element to the bottom of each screen. The Toolbar on the bottom should the be c

3条回答
  •  死守一世寂寞
    2021-02-05 22:52

    To easily display the UINavigationController bottom toolbar, you can click on the "Show Toolbar" checkbox which is reachable from the inspector with "Navigation Controller" object selected. I hope this may help :)

提交回复
热议问题