-
Notifications
You must be signed in to change notification settings - Fork 754
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
iOS 13 适配问题反馈 #234
Comments
searchTextField为空崩溃 |
PYSearchViewController |
相同的问题,求修复 |
没人维护了吗 |
@xiaohange 麻烦能录个视频或者复现路径说下嘛 我这边测试没有发现问题 |
更改色值应该就可以看出具体的问题了。
|
遇到相同的问题,求修复 |
iOS 麻烦大家有问题在这里列举反馈哈 |
自己回复吧,在iOS13里边UISearchBar自带searchTextField,所以在PYVc的内部里边需要增加iOS13的兼容,如果不想调整的话,可以在外边进行样式的设置。 例如:
|
iOS 13 设置searchTextField样式,会出现崩溃的问题,模态弹出的样子也注意一下。希望能够维护一下。 |
iOS13,设置searchTextField和cancelButton崩溃,提示是nil |
iOS 13可直接获取searchBar的searchTextField,遍历不到了!暂时用这个解决吧!
|
上面的操作会使界面卡死, 报错如下:
|
Made a possible fix in my fork xiao99xiao@243a976 |
Thanks! |
|
@xiaohange 你那个卡死大概率不是那个constraint导致的。你先fullscreen present看看还会不会卡死。 |
找到原因了, 你那个修复是有效的, 卡死的原因是 |
我也用到了IQKeyboardManager,请问这个Bug怎么解决的? |
@blmyself 自己对PYSearchViewController禁用IQKeyboardManager应该就好了。
|
ios13崩溃遍历不到的问题可以这么样遍历
|
禁用了也还是卡死的,还有别的解决方法么? |
ios13多处卡死
The text was updated successfully, but these errors were encountered: