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

Posting Image

p4vlos opened this issue · comments

Can we add an attachment button or camera button next to the input EditText so we can post photos?

Hi @p4vlos
Thank you. Do you mean add it to the Example app? That functionality dosnt come with the library itself and lays outside of its responsibility.

I might add it someday. But you can reuse code that comes in the example app of https://github.com/nathantannar4/InputBarAccessoryView used in the example app.

But feel free to open a PR if you manage to do it before me @p4vlos

Closed because of no activity. Feel free to reopen it if there is more to add