禁止侧滑返回没有作用
feibahuolong1 opened this issue · 0 comments
feibahuolong1 commented
self.disableSlidingBackGesture = YES;
NSLog(@"EasyNavigationController %d %d",[self.navigationController isKindOfClass:[EasyNavigationController class]],self.disableSlidingBackGesture);
输出 2018-06-26 17:59:43.825276+0800 czh_native[5295:1547268] EasyNavigationController 1 1
证明视图控制器是EasyNavigationController 但是依旧可以侧滑