简体   繁体   中英

Is NSTextAttachment image animation possible?

Using iOS7 I'm able to display images in a UITextView with no problem using NSTextAttachments. However, is it possible to show animated images in a UITextView using NSTextAttachments? If so, how?

To animate images in NSTextAttachment you need to attach a CADisplayLink to the UITextView and change the images manually. After that you should call layoutManager.invalidateDisplay(forCharacterRange: ATTACHMENT_RANGE) to refresh the textView layout

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM