CardListCellName
public class CardListCellName : CardListCell
Table View Cell adapted to display a card.
-
Name Label
Declaration
Swift
public let nameLabel: UILabel
-
Initializes a table cell with a style and a reuse identifier and returns it to the caller.
Declaration
Swift
override public init(style: UITableViewCell.CellStyle, reuseIdentifier: String?)
-
Returns an object initialized from data in a given unarchiver.
Declaration
Swift
required public init?(coder aDecoder: NSCoder)