-
Notifications
You must be signed in to change notification settings - Fork 380
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
无法手势返回 #132
Comments
window 的 frame 为 0,改为: self.window = [[UIWindow alloc] initWithFrame:[UIScreem mainScreem].bounds]; 然后再 makeKeyAndVisible,试试 |
先设置frame效果一样 ,网易云音乐的i4.0.1 pa自签名到ipad mini上也是不能手势返回 |
报的这个错误,应该是点击事件都没有分发,除了不能手势返回,点击、拖动还有效吗? |
点击、滑动都是有效的 |
这个 能不能解决您的问题? |
或者 |
感谢您耐心的回复🙏 |
已经好了? |
没有呢 |
我是采用纯代码方式创建的,您可以建个demo调试一下 |
我自己的项目全是代码的,没有问题 |
可否发个demo🙏 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Xcode 8.3.3 && Xcode 9.0
真机和模拟器都无法手势返回
=============================
The text was updated successfully, but these errors were encountered: