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

First message question #28

Closed akaraul closed 2 years ago

akaraul commented 2 years ago

Hi! How can I make it so that when I send the first and following messages in the chat, they are at the bottom of the screen? Like Telegram, for example... Simulator Screen Shot - iPhone 13 - 2022-04-22 at 16 19 04

ekazaev commented 2 years ago

@akaraul Hi

Such behavior is not currently supported. The layout behaves like iMessage app or Whatsapp. To support such behavior it is requires to modify the layout itself. I may add it someday but cant guarantee that it is going to happen any time soon. It was not in my plans for the layout to behave like this. Feel free to modify the layout yourself if you are in a rush and I will appreciate the PR.

ekazaev commented 2 years ago

Closed due to inactivity