Classes
The following classes are available globally.
-
Represents the main entry-point to the library, and underlying
See moreUICollectionView
components. ACollectionViewDriver
is responsible for “driving” the collection view. It handles all layout, data source, delegate, and diffing operations.Declaration
Swift
@MainActor public final class CollectionViewDriver : NSObject
extension CollectionViewDriver: UICollectionViewDelegate
extension CollectionViewDriver: UIScrollViewDelegate
extension CollectionViewDriver: UICollectionViewDelegateFlowLayout