ibireme / YYText

Powerful text framework for iOS to display and edit rich text.
MIT License
8.85k stars 1.69k forks source link

YYTextView要在动画结束后才显示内容 #836

Open wonderffee opened 5 years ago

wonderffee commented 5 years ago

一个VC里先显示了一个child vc A的view,现在想通过transitionFromViewController动画将child vc A切换至child vc B, B里面有YYTextView,测试发现这个textview 要在动画结束后才显示文本内容

把YYTextView替换成UITextView就会在动画开始时显示textview内容了 猜测是YYTextView的内容渲染要在动画结束后才进行?