ZHChat
ZHChat copied to clipboard
updation of MessageTableView
I firstly save the information into local database and then finishSendingMessageAnimated(true) is used................and message is showing in message table view After a second i receive the information of last message as delivered and again use message animated function then its not updated in message table view...........
You must first add the message sent and received to the MessageTableView
data source, and then call the two functions:
- (void)finishSendingMessageAnimated:(BOOL)animated;
- (void)finishReceivingMessageAnimated:(BOOL)animated;