Skip to content

1.1.9 released

Compare
Choose a tag to compare
@ekazaev ekazaev released this 21 Jul 12:11
· 118 commits to master since this release
  • 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.