We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 上运行的时候, 点击TextField想要输入的时候, 直接Crash, 我看到aliasSelector(rac_alias_becomeFirstResponder) 为none, 在invoke的时候崩溃了.
The text was updated successfully, but these errors were encountered:
解决了吗?我的项目在iOS13上只要点击输入框就崩溃 且没有任何报错信息
Sorry, something went wrong.
嗯, 实际上是UIView的分类里面添加了maskView方法, 到底TextField的响应页面被干掉了, 移除这个方法就好了.
果然可以。非常感谢。 TextField的响应页面被干掉了?
果然可以。非常感谢。 TextField的响应页面被干掉了? 怎么解决的啊
No branches or pull requests
当我在iOS13 上运行的时候, 点击TextField想要输入的时候, 直接Crash, 我看到aliasSelector(rac_alias_becomeFirstResponder) 为none, 在invoke的时候崩溃了.
The text was updated successfully, but these errors were encountered: