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

iOS13 UITextField crash #164

Open
bianzhifeng opened this issue Sep 4, 2019 · 4 comments
Open

iOS13 UITextField crash #164

bianzhifeng opened this issue Sep 4, 2019 · 4 comments

Comments

@bianzhifeng
Copy link

当我在iOS13 上运行的时候, 点击TextField想要输入的时候, 直接Crash, 我看到aliasSelector(rac_alias_becomeFirstResponder) 为none, 在invoke的时候崩溃了.

@yangguanghei
Copy link

当我在iOS13 上运行的时候, 点击TextField想要输入的时候, 直接Crash, 我看到aliasSelector(rac_alias_becomeFirstResponder) 为none, 在invoke的时候崩溃了.

解决了吗?我的项目在iOS13上只要点击输入框就崩溃 且没有任何报错信息

@bianzhifeng
Copy link
Author

嗯, 实际上是UIView的分类里面添加了maskView方法, 到底TextField的响应页面被干掉了, 移除这个方法就好了.

@yangguanghei
Copy link

果然可以。非常感谢。
TextField的响应页面被干掉了?

@QWERcombo
Copy link

果然可以。非常感谢。
TextField的响应页面被干掉了?
怎么解决的啊

嗯, 实际上是UIView的分类里面添加了maskView方法, 到底TextField的响应页面被干掉了, 移除这个方法就好了.

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