steve228uk / MessengerKit

:speech_balloon: A UI framework for building messenger interfaces on iOS
MIT License
1.48k stars 129 forks source link

Blank text is shown after send some text #20

Closed V1992 closed 5 years ago

V1992 commented 5 years ago

On the first time, when the MSGMessengerViewController loads, blank text is shown when send some text. And the text which are send once scrolled, the order of the messages gets misplaced.

screenshot 2019-01-02 at 10 58 12 am

sjoness commented 5 years ago

@V1992 are you managing your messages array correctly?

V1992 commented 5 years ago

yes. For now what I'm doing is that just reload the collection view instead of insert method. When I do reload collection this blank text and messages are getting in correct order.

sjoness commented 5 years ago

@V1992 I'm trying to ascertain if the cause of your issue is a bug in MessengerKit, or a mismanagement of your dataSource?

If you think it's a bug, could you give me some steps to reproduce the behaviour please

sjoness commented 5 years ago

Closing due to inactivity