Classes
The following classes are available globally.
-
See moreSwiftGridCellis the base cell type used by theSwiftGridViewclass. This class inherits fromUICollectionViewCelland doesn’t currently have much further funcitonality.Declaration
Swift
@MainActor open class SwiftGridCell : UICollectionViewCell
-
See moreSwiftGridReusableViewis the primary reusable view used for headers and footers in theSwiftGridViewDeclaration
Swift
@MainActor open class SwiftGridReusableView : UICollectionReusableView
-
See moreSwiftGridViewis the primary view class, utilizing a UICollectionView and a custom layout handler.Declaration
Swift
@MainActor open class SwiftGridView : UIView, UICollectionViewDataSource, UICollectionViewDelegate, SwiftGridLayoutDelegate, SwiftGridReusableViewDelegate
View on GitHub
Classes Reference