标签:
self.navigationController.interactivePopGestureRecognizer.delegate = (id)self;
2.当然你也可以自己响应这个手势的事件
[self.navigationController.interactivePopGestureRecognizer addTarget:self action:@selector(handleGesture:)];
推荐博文:http://blog.sina.com.cn/s/blog_65c178a80102v0f4.html
标签:
原文地址:http://www.cnblogs.com/moyazi/p/4739259.html