我的问题是,UIViewController
front's
堆栈的每个UINavigationController
都可以使用滑动手势,而我希望它只在第一个上可用,我该如何解决?
答案 0 :(得分:0)
看一下SWRevealViewControllerDelegate
,这个方法可能会有所帮助:
// Implement this to return NO when you want the pan gesture recognizer to be ignored
optional public func revealControllerPanGestureShouldBegin(_ revealController: SWRevealViewController!) -> Bool