When I should use Navigation Controller?

前端 未结 3 1890
野性不改
野性不改 2021-01-31 10:26

I don\'t know when I should use Navigation Controller instead of use segue with normal View Controller? And if use segue, which different between Modal and Push segue?

C

3条回答
  •  一个人的身影
    2021-01-31 10:48

    You use navigation controllers when you want to enable back button functionality. You still use 'normal' view controllers, you just embed them in a navigation controller. Then, you can push view controllers and be able to go back.

提交回复
热议问题