All Versions
19
Latest Version
Avg Release Cycle
120 days
Latest Release
1492 days ago

Changelog History
Page 1

  • v3.1.1

    March 19, 2020
  • v3.1.0

    March 19, 2020
  • v3.0.3 Changes

    September 23, 2018
    • ๐Ÿ‘Œ Support for Swift 4 & 4.2.
    • โฌ†๏ธ Upgrade to Xcode 10.
  • v3.0.2 Changes

    April 24, 2018
    • โฌ†๏ธ Upgrade to Xcode 9.3.
  • v3.0.1 Changes

    October 30, 2017
    • ๐Ÿ›  Fix a crash in CompositeSupplementaryViewCreator.
  • v3.0.0 Changes

    October 30, 2017
    • ๐Ÿ‘ Swift 4.0 Support.
  • v2.4.5 Changes

    April 20, 2017
    • โž• Adding onItemsUpdated to basic data sources to monitor changes to items property.
    • โž• Adding most non-essential APIs to be DataSourceSelector so that, it's delegate methods is not called by default.
  • v2.4.4 Changes

    April 20, 2017
    • โž• Added the ability for CompositeDataSource and SegmentedDataSource to automatically ds_responds(to selector: DataSourceSelector) if the subclass implemented the selector.
  • v2.4.3 Changes

    April 20, 2017
    • Fix registering header/footer class method name to be func ds_register(headerFooterClass view: UITableViewHeaderFooterView.Type) instead of incorrect old name func ds_register(headerFooterNib view: UITableViewHeaderFooterView.Type).te
  • v2.4.2 Changes

    April 05, 2017
    • โž• Adding asCollectionView() and asTableView() methods to GeneralCollectionView to convert it to UICollectionView and UITableView respectively.
    • โž• Adding size property to GeneralCollectionView to get the size of the underlying UICollectionView/UITableView.