ChatLayout Versions Save

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.

1.3.6

8 months ago

Made CollectionViewChatLayout open.

1.3.5

8 months ago
  • Improved the interItemSpacing support.
  • Fixed the issue when the new value of the interItemSpacing may not propagate to the layout.

1.3.4

9 months ago
  • Added helper method to support reconfigureItems.

1.3.3

10 months ago
  • Minor performance improvement in restoreContentOffset

1.3.2

11 months ago
  • Minor improvements

1.3.1

11 months ago
  • Minor performance improvements

1.3.0

1 year ago
  • Custom inter item spacing support.

1.2.21

1 year ago
  • Minor clean up.
  • Updated Example app to use SwappingContainerView for demonstration.

1.2.20

1 year ago
  • Added SwappingContainerView.
  • Bumped swift version to 5.8.
  • Small improvements.

1.2.19

1 year ago
  • Minor improvement in EdgeAligningView