mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
ef707c8a53
Cache stretchable bubble image data in memory using NSCache. UIImage(contentsOfFile:) does _not_ cache the resulting image so it needs to be handled explicitly, and there is no need to reload the image from disk for every message.