GenericCell
@MainActor
open class GenericCell<ModelType> : UITableViewCell
The tableview cell
-
The item
Declaration
Swift
@MainActor open var item: ModelType!
-
Initializes the tableview cell
Declaration
Swift
@MainActor override public init(style: UITableViewCell.CellStyle, reuseIdentifier: String?)
-
The required initializer
Declaration
Swift
@MainActor public required init?(coder aDecoder: NSCoder)