AlexBarinov / UIBubbleTableView

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

View takes time to load #89

Open sandeepsuthar opened 8 years ago

sandeepsuthar commented 8 years ago

I have more then 30 message to show in table view but it takes time to create view in bubbleData. How can we show 30+ messages without creating view for all message . My app takes 1 second to show data on table view.