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
其实就是键盘和UIMenuController的并存问题: 1.需要增加一个自定义的TextView,支持设置nextResponder 2.CJLabel需要增加一个长按的回调或者通知,让业务层去监听当前谁即将成为Responder, 业务层去设置TextView的nextResponder 3.自定义的TextView需要监听UIMenuController的生命周期,取消nextResponder
The text was updated successfully, but these errors were encountered:
No branches or pull requests
其实就是键盘和UIMenuController的并存问题:
1.需要增加一个自定义的TextView,支持设置nextResponder
2.CJLabel需要增加一个长按的回调或者通知,让业务层去监听当前谁即将成为Responder, 业务层去设置TextView的nextResponder
3.自定义的TextView需要监听UIMenuController的生命周期,取消nextResponder
The text was updated successfully, but these errors were encountered: