Skip to content

Releases: ekazaev/ChatLayout

1.1.17 released

20 Jan 12:09
Compare
Choose a tag to compare
  • Disabled the fix for IOS 15.1 in IOS 15.2 as it was fixed by Apple in UICollectionView. See Issue

1.1.16 released

19 Jan 20:00
Compare
Choose a tag to compare
  • Minor performance improvements

1.1.15 released!

07 Dec 21:45
Compare
Choose a tag to compare

Another attempt to fix IOS 15.1 issue.
See: https://feedbackassistant.apple.com/feedback/9727104

1.1.14 released

28 Oct 14:37
Compare
Choose a tag to compare

1.1.13 released

20 Oct 21:20
Compare
Choose a tag to compare
  • Minor performance updates

1.1.12 releases

20 Oct 12:25
Compare
Choose a tag to compare
  • Fix for 1.1.11
  • Minor performance improvements

1.1.11 released

14 Oct 16:14
Compare
Choose a tag to compare
  • Minor performance improvements

1.1.10 Released

07 Oct 21:23
ac4a9f4
Compare
Choose a tag to compare
  • IOS 15 fix.

1.1.9 released

21 Jul 12:11
Compare
Choose a tag to compare
  • Compatibility with IOS 15 in XCode Version 13.0 beta 3 (13A5192j)
    It seems that in the latest release of IOS 15 it is impossible to call UICollectionView's performBatchUpdates while
    another is still processing animation and keep the content offset in the correct place. Please check to the Example
    app ChatViewController how to avoid that issue.

1.18 released

12 May 11:02
Compare
Choose a tag to compare
  • Updated an example app to demonstrate the left swipe handling .
  • Minor code cleanup.