Xin Chen
Results
2
issues of
Xin Chen
多级跳转的问题
4
A push 到B,B push 到C,然后C pop 到B是正常的 但是B再pop到A就出问题了,此时侧滑手势失效了
某些页面需要禁止侧滑返回,但是使用这个库push进来后就无法禁止侧滑返回,我采用的禁止侧滑返回的代码为: id traget = self.navigationController.interactivePopGestureRecognizer.delegate; UIPanGestureRecognizer * pan = [[UIPanGestureRecognizer alloc] initWithTarget:traget action:nil]; [self.view addGestureRecognizer:pan];