steve228uk / MessengerKit

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

Height of bubble not growing when text is a variable #40

Closed cnovelini closed 5 years ago

cnovelini commented 5 years ago

Hey, All works perfectly when trying the examples... but whenever I pull text from the Database and pass it to MSGMessage the bubble remains a one line height.

Any clues on what is going on?

Thanks

shauntif commented 5 years ago

I have the same issue

cnovelini commented 5 years ago

I seem to have fixed the issue. Make sure the ID of the MSGMessage its not the same among the messages you create.

Cheers,