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