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

复用的UITextView无法选取文字点击链接了 #13

Open
atom2ueki opened this issue Jan 5, 2018 · 3 comments
Open

复用的UITextView无法选取文字点击链接了 #13

atom2ueki opened this issue Jan 5, 2018 · 3 comments
Assignees

Comments

@atom2ueki
Copy link

LazyScrollViewdequeueReusableItem找到可以reuse的UITextView以后,load进新的NSAttributedString, 只有styling还保持,但是user interactive相关的功能都失效了,比如说文字选取

@HarrisonXi
Copy link
Contributor

收到反馈,会近期查看

@HarrisonXi
Copy link
Contributor

请先删除 LazyScrollView 中的此代码(有两处):

view.gestureRecognizers = nil;

因为上层有些对此操作的依赖,所以官方的修复会稍晚些。请见谅。

@HarrisonXi HarrisonXi self-assigned this Jan 5, 2018
atom2ueki pushed a commit to atom2ueki/LazyScrollView that referenced this issue Jan 8, 2018
@HarrisonXi
Copy link
Contributor

fixed in 36ade84

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants