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