开发者

How to call the tap on the back-button in the UINavigationBar programmatically?

开发者 https://www.devze.com 2023-01-19 21:39 出处:网络
How to call the tap on the back-button in the UINavigat开发者_开发技巧ionBar programmatically?From your view controller, simply call:

How to call the tap on the back-button in the UINavigat开发者_开发技巧ionBar programmatically?


From your view controller, simply call:

[self.navigationController popViewControllerAnimated:YES]
0

精彩评论

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