CardListCell
public class CardListCell : UITableViewCell
Table View Cell adapted to display a card.
-
Scheme Image View
Declaration
Swift
public let schemeImageView: UIImageView
-
Selected Cell Image View
Declaration
Swift
public let selectedImageView: UIImageView
-
Card Information Label
Declaration
Swift
public let cardInfoLabel: UILabel
-
Initializes a table cell with a style and a reuse identifier and returns it to the caller.
Declaration
Swift
override public init(style: UITableViewCellStyle, reuseIdentifier: String?)
-
Returns an object initialized from data in a given unarchiver.
Declaration
Swift
required public init?(coder aDecoder: NSCoder)
-
Sets the selected state of the cell, optionally animating the transition between states.
Declaration
Swift
override public func setSelected(_ selected: Bool, animated: Bool)
-
Set the scheme icon of the card cell.
Declaration
Swift
public func setSchemeIcon(scheme: CardScheme)
Parameters
scheme
Scheme (e.g. CardScheme.visa)