ekazaev / ChatLayout

ChatLayout is an alternative solution to MessageKit. It uses custom UICollectionViewLayout to provide you full control over the presentation as well as all the tools available in UICollectionView. It supports dynamic cells and supplementary view sizes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sometime message of sender show to left

anhhtbk opened this issue · comments

Sometime message of sender show to left, after scroll it show to right
IMG_0423

@anhhtbk Thank you. Can you provide some steps to reproduce? Also what ios version is it? Did you make any modifications in the code?
TBH it looks to me like an auto layout issue within the cell. But I need to check.

I clone again and it is normal, maybe I do something wrong.