iphone popViewController
I am having a back button on my application hitting on which i have to go to the previous page. I think this will work using popViewController.
C开发者_如何学运维an anyone help me with this??
Please provide more information on the problem and the code as well. Judging by your question if it is a Navigation Controlled app, yes popViewController method will work to pop the current view from the stack and go to the previous view on the navigation stack.
精彩评论