top of page
Search

UINavigationController

A container view controller that defines a stack-based scheme for navigating hierarchical content. A navigation controller is a container view controller that manages one or more child view controllers in a navigation interface. In this type of interface, only one child view controller is visible at a time. Selecting an item in the view controller pushes a new view controller onscreen using an animation, thereby hiding the previous view controller. Tapping the back button in the navigation bar at the top of the interface removes the top view controller, thereby revealing the view controller underneath.



Table of Content

  1. RootViewController

  2. PopToRootViewController

  3. PopViewController & PopToViewController

  4. PresentingViewController

  5. SetViewController

  6. TabBar with Navigation


UINavigationController


  • RootViewController



  • PopToRootViewController



  • PopViewController & PopToViewController



  • Use popToViewController



  • PresentingViewController



  • SetViewController



  • TabBar with Navigation



Thanks you for read! <3

 
 
 

Comments


bottom of page