Classes
The following classes are available globally.
-
Represents the main entry-point to the library, and underlying
See moreUICollectionViewcomponents. ACollectionViewDriveris responsible for “driving” the collection view. It handles all layout, data source, delegate, and diffing operations.Declaration
Swift
@MainActor public final class CollectionViewDriver : NSObjectextension CollectionViewDriver: UICollectionViewDelegateextension CollectionViewDriver: UIScrollViewDelegateextension CollectionViewDriver: UICollectionViewDelegateFlowLayout -
A default
Loggingimplementation to log debug messages.You can set this logger for the
See moreCollectionViewDriver.logger.Declaration
Swift
public final class RCKLogger : Logging
View on GitHub
Classes Reference