表视图的Index的小东西,又加了这两天在网上看到的屏幕边缘手势(实现了效果但是不是用的Pan手势) 两行代码 代理方法实现 self.navigationController.interactivePopGestureRecognizer.enabled = YES; self.navigationController.interactivePopGestureRecognizer.delegate = self; /** 添加边缘手势 一定是给viewController添加 */ /** 另外是tabBarController管理下的添加方式可参考