DTCollectionViewManager v8.2.0 Release Notes

  • ๐Ÿ”„ 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.