Classes
The following classes are available globally.
-
See moreSwiftGridCell
is the base cell type used by theSwiftGridView
class. This class inherits fromUICollectionViewCell
and doesn’t currently have much further funcitonality.Declaration
Swift
@MainActor open class SwiftGridCell : UICollectionViewCell
-
See moreSwiftGridReusableView
is the primary reusable view used for headers and footers in theSwiftGridView
Declaration
Swift
@MainActor open class SwiftGridReusableView : UICollectionReusableView
-
See moreSwiftGridView
is the primary view class, utilizing a UICollectionView and a custom layout handler.Declaration
Swift
@MainActor open class SwiftGridView : UIView, UICollectionViewDataSource, UICollectionViewDelegate, SwiftGridLayoutDelegate, SwiftGridReusableViewDelegate