UINavigationController

iPhone Development:Add Navigation controller to single viewController template in Xcode

In this post i am going to tell you how could you add a NavigationController(used in iPhone Objective C) to navigate from one viewController to other viewController in iPhone when you chose single view template in xcode. Suppose you are creating a new project in xcode and you have chosen singleview template as your starting […]

iPhone Development:Add Navigation controller to single viewController template in Xcode Read More »

iPhone Development:Pop to particular viewController

In this post i am going to tell you use of how one can pop back to previous view-controller in iPhone SDK. Objective C provides us two ways to pop back to a previous view-controller placed in a navigation stack.They are two ways to do it 1. popToViewController:(UIViewController *) animated:(BOOL) 2. popViewControllerAnimated:(BOOL) Second one will

iPhone Development:Pop to particular viewController Read More »