开发者

How to go back to previous screen in tableview?

开发者 https://www.devze.com 2022-12-27 09:38 出处:网络
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 an

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]
0

精彩评论

暂无评论...
验证码 换一张
取 消