ChatLayout
ChatLayout copied to clipboard
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...
Hi @ekazaev I have tried to implement the solution you pointed out in the last issue, but without any good outcome. Below I will add screenshot of how I have...
Hello @ekazaev Firstly, thank you for creating this nice open-source project. I noticed that isPrefetchingEnabled for the collection view is being blocked in debug mode. However, it seems that the...
Hi @ekazaev I hope you are well. Having built my app's chat vc off the example app, I was checking if the chat vc was being deallocated after popping it....
Thank you very much for creating this repository, I really like to customize the collectionView using layout, UICollectionView and NSCollectionView are two very similar components, I did some adaptations to...