【发布时间】:2014-08-04 06:47:52
【问题描述】:
使用 iOS7,我可以在 UITextView 中显示图像,使用 NSTextAttachments 没有问题。但是,是否可以使用 NSTextAttachments 在 UITextView 中显示动画图像?如果有,怎么做?
【问题讨论】:
-
你解决了吗?
-
没有。这似乎不可能。
标签: ios ios7 uitextview
使用 iOS7,我可以在 UITextView 中显示图像,使用 NSTextAttachments 没有问题。但是,是否可以使用 NSTextAttachments 在 UITextView 中显示动画图像?如果有,怎么做?
【问题讨论】:
标签: ios ios7 uitextview
要为 NSTextAttachment 中的图像设置动画,您需要将 CADisplayLink 附加到 UITextView 并手动更改图像。之后你应该调用layoutManager.invalidateDisplay(forCharacterRange: ATTACHMENT_RANGE) 来刷新 textView 布局
【讨论】: