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.
MIT License
898 stars 67 forks source link

Sometime message of sender show to left #29

Closed anhhtbk closed 2 years ago

anhhtbk commented 2 years ago

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

ekazaev commented 2 years ago

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

anhhtbk commented 2 years ago

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