iOS Tab Bars Quick Tips

The maximum tab bars is 5. To go back a level from the view hierarchy use navigationController.popViewController(animated). The navigation bar properties are tintColor, translucent and barStyle. TitleView property can be used to customise the center position of the bar property of a UINavigationItem.

--

--