- iOS Programming Cookbook
- Hossam Ghareeb
- 74字
- 2021-07-09 18:29:48
Working with navigation controller and navigation bar
In iOS, we have multiple native view controllers that manage list of other view controllers, such as UINavigationController, UITabBarViewController, or UIPageViewController. Navigation controller is one of the most common controllers used to manage list of view controllers, and all iOS developers or users are familiar with this component. This component is one of the essential components that every iOS developer should know how to master and use.