jessesquires / JSQMessagesViewController

An elegant messages UI library for iOS

Home Page:https://www.jessesquires.com/blog/officially-deprecating-jsqmessagesviewcontroller/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lazy Loading Video Thumbnail Images

justdan0227 opened this issue · comments

commented

If I wrote a subclass for class VideoMessage: JSQMediaItem to add a thumbnail, but I lazy load the thumbnail. I can't get it to refresh if I update the media.image yet it does not appear that if I reloaddata on the colletionview there is no update?

commented

Oops .. didn't realize that the following would update when status is set to 2

mediaItem.image = cachedImage
mediaItem.status = 2