Classes

The following classes are available globally.

  • SwiftGridCell is the base cell type used by the SwiftGridView class. This class inherits from UICollectionViewCell and doesn’t currently have much further funcitonality.

    See more

    Declaration

    Swift

    @MainActor
    open class SwiftGridCell : UICollectionViewCell

SwiftGridReusableViewDelegate

SwiftGridView Class