Classes

The following classes are available globally.

  • CollectionViewUpdater is responsible for updating UICollectionView, when it receives storage updates.

    See more

    Declaration

    Swift

    open class CollectionViewUpdater : StorageUpdating
  • DTCollectionViewManager manages most of UICollectionView datasource and delegate methods and provides API for managing your data models in the collection view. Any method, that is not implemented by DTCollectionViewManager, will be forwarded to delegate.

    See also

    startManagingWithDelegate:
    See more

    Declaration

    Swift

    open class DTCollectionViewManager