Programmatically Create NavigationController - Xcode 4.5

In this tutorial, I create a navigation bar programmatically. I also create a title, a bar button item, and the back button of a navigation bar programmatically and add it to the navigation bar. I show how to navigate between two different views using the navigation button by pushviewcontroller.
Back to Top