滑动返回功能失效

如果把导航条上的返回按钮覆盖了,滑动返回功能就没有了,
解决办法:自定义navigationController 中加入这句代码:
self.interactivePopGestureRecognizer.delegate = nil;