Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iOS 7 为 popViewController 引入了平移手势。它引入了我正在使用的侧边栏的问题,所以我想阻止 ios7 的这个新功能。我怎样才能取消这种行为?
提前致谢
您可以使用 yourNavigationController.interactivePopGestureRecognizer.enabled = NO;