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
用LazyScrollView的dequeueReusableItem找到可以reuse的UITextView以后,load进新的NSAttributedString, 只有styling还保持,但是user interactive相关的功能都失效了,比如说文字选取
LazyScrollView
dequeueReusableItem
UITextView
The text was updated successfully, but these errors were encountered:
收到反馈,会近期查看
Sorry, something went wrong.
请先删除 LazyScrollView 中的此代码(有两处):
view.gestureRecognizers = nil;
因为上层有些对此操作的依赖,所以官方的修复会稍晚些。请见谅。
temporary fixed issue alibaba#13
dd82da6
fixed in 36ade84
HarrisonXi
No branches or pull requests
用
LazyScrollView
的dequeueReusableItem
找到可以reuse的UITextView
以后,load进新的NSAttributedString, 只有styling还保持,但是user interactive相关的功能都失效了,比如说文字选取The text was updated successfully, but these errors were encountered: