AlexBarinov / UIBubbleTableView

Cocoa UI component for chat bubbles with avatars and images support
http://alexbarinov.github.com/UIBubbleTableView/
842 stars 232 forks source link

Improved performance (partly) by image caching for static images #77

Open ihla opened 10 years ago

ihla commented 10 years ago

I am offering a tiny performance improvement by implementing simple image cache (inspired by the solution from this tutorial: http://www.raywenderlich.com/23037/how-to-use-instruments-in-xcode).