SwiftGridCell
@MainActor
open class SwiftGridCell : UICollectionViewCell
SwiftGridCell is the base cell type used by the SwiftGridView class. This class inherits from UICollectionViewCell and doesn’t currently have much further funcitonality.
-
Undocumented
Declaration
Swift
@MainActor public override init(frame: CGRect) -
Undocumented
Declaration
Swift
@MainActor public required init?(coder aDecoder: NSCoder) -
Returns the reuse identifier string to be used for the cell. Override to provide a custom identifier.
Declaration
Swift
@MainActor open class func reuseIdentifier() -> StringReturn Value
String identifier for the cell.
View on GitHub