ios7去除手势滑动返回
时间:2014-08-04 13:56:17
收藏:0
阅读:417
if ([self.navigationController respondsToSelector:@selector(interactivePopGestureRecognizer)]) {
self.navigationController.interactivePopGestureRecognizer.enabled = NO;
}
原文:http://www.cnblogs.com/dokaygang128/p/3889725.html
评论(0)