开发者

What is the point of a navigation toolbar in iOS?

开发者 https://www.devze.com 2023-02-07 18:40 出处:网络
Can someone explain why/when I should use a navigation toolbar instead of just having custom objects in each custom view?开发者_运维技巧What is the main benefit?a UINBavigationController is used to na

Can someone explain why/when I should use a navigation toolbar instead of just having custom objects in each custom view? 开发者_运维技巧What is the main benefit?


a UINBavigationController is used to navigate to different screens.

A navigation controller object manages the currently displayed screens using the navigation stack.

0

精彩评论

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