https://github.com/onegray/UIViewController-BackButtonHandler
添加扩展后
//然后实现这个方法截取点击事件
-(BOOL)navigationShouldPopOnBackButton {
return YES;
}
https://github.com/onegray/UIViewController-BackButtonHandler
添加扩展后
//然后实现这个方法截取点击事件
-(BOOL)navigationShouldPopOnBackButton {
return YES;
}