Skip to content

8.2.0

Compare
Choose a tag to compare
@DenTelezhkin DenTelezhkin released this 27 Apr 09:20
· 35 commits to main since this release

Changed

  • UICollectionViewDatasource.indexTitles(for:) and UICollectionViewDatasource.collectionView(_: indexPathForIndexTitle:at:) methods and events now require iOS 14 (and seem to be working only on iOS 14) as per SDK changes in Xcode 12.5.

Fixed

  • Xcode 12.5 / Swift 5.4 warnings
  • Cell and supplementary view anomaly verification now correctly checks if corresponding subclasses respond to init(frame:) initializer.