https://github.com/onegray/UIViewController-BackButtonHandler
添加扩展后
//然后实现这个方法截取点击事件
-(BOOL)navigationShouldPopOnBackButton {
return YES;
}
https://github.com/onegray/UIViewController-BackButtonHandler
添加扩展后
//然后实现这个方法截取点击事件
-(BOOL)navigationShouldPopOnBackButton {
return YES;
}
本文标题:iOS开发笔记-37: 截取系统返回按钮的点击事件
本文链接:https://www.haomeiwen.com/subject/xlouxxtx.html
网友评论