- Minor release, just removed unused code.
Unclaimed project
Are you a maintainer of ChatLayout? Claim this project to take control of your public changelog and roadmap.
Changelog
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.
After careful consideration and in light of the behavioral changes observed in UICollectionView with the release of iOS 18, I have decided to discontinue support for supplementary views. As a developer, I have not utilized supplementary views in my own work and have consistently advised against their use. Even within the standard UICollectionView, support for supplementary views is limited, as the...