ZHChat icon indicating copy to clipboard operation
ZHChat copied to clipboard

updation of MessageTableView

Open amandeepsingh-dev opened this issue 7 years ago • 1 comments

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...........

amandeepsingh-dev avatar Apr 27 '17 13:04 amandeepsingh-dev

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;

zhuozhuo avatar Apr 28 '17 01:04 zhuozhuo