Вопрос

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