How to call the tap on the back-button in the UINavigat开发者_开发技巧ionBar programmatically?
From your view controller, simply call:
[self.navigationController popViewControllerAnimated:YES]
How to call the tap on the back-button in the UINavigat开发者_开发技巧ionBar programmatically?
From your view controller, simply call:
[self.navigationController popViewControllerAnimated:YES]
精彩评论