Classes

The following classes are available globally.

  • Represents the main entry-point to the library, and underlying UICollectionView components. A CollectionViewDriver is responsible for “driving” the collection view. It handles all layout, data source, delegate, and diffing operations.

    See more

    Declaration

    Swift

    @MainActor
    public final class CollectionViewDriver : NSObject
    extension CollectionViewDriver: UICollectionViewDelegate
    extension CollectionViewDriver: UIScrollViewDelegate
    extension CollectionViewDriver: UICollectionViewDelegateFlowLayout
  • A default Logging implementation to log debug messages.

    You can set this logger for the CollectionViewDriver.logger.

    See more

    Declaration

    Swift

    public final class RCKLogger : Logging