steve228uk / MessengerKit

:speech_balloon: A UI framework for building messenger interfaces on iOS
MIT License
1.48k stars 128 forks source link

Initialize the image in nil so no flicker from the previous image #75

Open jgalindosl opened 4 years ago

jgalindosl commented 4 years ago

When images were added to the conversations, before downloading, the previous image was shown moments previous to the finished download. Initializing the image in nil before loading the new image fixes the flicker issue.