扫码关注官方订阅号
在当前页面上点击back会返回上一个页面,那么backBarButtonItem是不是有特定的响应事件?如果想在点击back的时候不仅想返回上一个页面还想做其他的工作,能否重写这个响应事件?具体该怎么做?不要用leftBarButtonItem代替backBarButtonItem
闭关修行中......
UIViewController+BackButtonHandler
The extension allows to handle UINavigationViewController's 'Back' button action.
Override this method in UIViewController derived class to handle 'Back' button click
-(BOOL)navigationShouldPopOnBackButton{ ... return YES; }
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
扫描下载App
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
UIViewController+BackButtonHandler
Override this method in UIViewController derived class to handle 'Back' button click