CardListCell

public class CardListCell : UITableViewCell

Table View Cell adapted to display a card.

  • 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)