I am using navigation bar on my application for reach next views in my iphone application.
in a stage of view I want reach back my first view.How can i do it please give me suggestion.Thanks.
I am using navigation bar on my application for reach next views in my
Share
There is a
popToRootViewControllerAnimated:method that will remove all controllers from the stack and return the user to the first view controller.See the Apple docs.