How to go back to previous screen in tableview?
My application is viewbased application in which I have one button. On click of that button I will push to other screen that is table view screen on which w开发者_如何学JAVAhat I want when I select any data from row in table view it will get back to previous view automatically instead of selecting the navigation back button generated automatically.
[self.navigationController popViewControllerAnimated:YES]
精彩评论