Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ios7 中 UINavigationController 的 interactivePopGestureRecognizer 属性冲突 #7

Open
supwy opened this issue Oct 13, 2013 · 1 comment
Assignees

Comments

@supwy
Copy link

supwy commented Oct 13, 2013

ios7 中 UINavigationController 的 interactivePopGestureRecognizer 会被触发

@ghost ghost assigned vinqon Oct 13, 2013
@cocsmile
Copy link

if (isIOS7) {
myNav.interactivePopGestureRecognizer.enabled = NO;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants