Releases: ekazaev/ChatLayout
Releases · ekazaev/ChatLayout
1.1.17 released
- 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
- Minor performance improvements
1.1.15 released!
Another attempt to fix IOS 15.1 issue.
See: https://feedbackassistant.apple.com/feedback/9727104
1.1.14 released
Attepmt to fix IOS 15.1 issue.
See: https://feedbackassistant.apple.com/feedback/9727104
1.1.13 released
- Minor performance updates
1.1.12 releases
- Fix for 1.1.11
- Minor performance improvements
1.1.11 released
- Minor performance improvements
1.1.10 Released
- IOS 15 fix.
1.1.9 released
- 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 callUICollectionView
'sperformBatchUpdates
while
another is still processing animation and keep the content offset in the correct place. Please check to the Example
appChatViewController
how to avoid that issue.