UITableViewCell reload while scrolling the screen
I have this UITableView in my iOS chat application, I’m using NSFetchedResultsController to fetch new messages from Coredata and show them to the screen. Insert a new message to the bottom of the uitableview, animate it to this message, and update cells when a message object changes.