문제

iOS 7 has introduced pan gesture to popViewController. It introductes problems with the sidebar that I am using so I want to prevent this new function of ios7. How can I cancel that behaviour?

Thanks in advance

도움이 되었습니까?

해결책

You can use yourNavigationController.interactivePopGestureRecognizer.enabled = NO;

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top