-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
文本高亮,以及YYTextView选中某段文本与UIScrollView的冲突问题 #421
Comments
|
@ibireme 你好,我也遇到了选择YYTextView的文字的时候与tableView的滑动冲突问题了。我是在cell里放了一个YYTextView。把tableView的delaysContentTouches和canCancelContentTouches设置为no之后,选择文字时候可选了,但是不选文字的时候YYTextView却不能滑动了,这有办法解决吗 |
你好,现在我也遇到这个问题,请问你之后是怎么处理的呢? |
以前的项目里遇到的,忘记了,我去看一下代码 |
监听快捷菜单出来和隐藏的事件: 然后这两个方法里这么写: -(void)didHideEditMenu:(NSNotification *)notifi |
好的,十分感谢🙏 |
稍微有点瑕疵:如果文本内容超过屏幕,不能继续往下拖动 |
#953 will fix it |
作者您好!
我在使用YYText的过程中,遇到了如下两个小问题:
感谢!
The text was updated successfully, but these errors were encountered: