When I should use Navigation Controller?
问题 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? Can you give me an example? 回答1: Short answer: Use a Navigation Controller with "show" segues only to implement DRILL DOWN behavior. For example, Navigation Controller → Authors → Books → Book For each level below the "root" (Authors), the Navigation Controller automatically adds the title bar and back button. So on Books, the