Cell
public struct Cell
Representation of all customizable visual style property for UITableViewCell
-
The common
UITableViewCellheight.Declaration
Swift
public static let smallHeight: CGFloat -
The common
UITableViewCellheight.Declaration
Swift
public static let mediumHeight: CGFloat -
The common
UITableViewCellheight.Declaration
Swift
public static let height: CGFloat -
The
UITableViewCellheight for the List transfer method items and the Select transfer method type items.Declaration
Swift
public static let largeHeight: CGFloat -
The Select transfer method type items header height.
Declaration
Swift
public static let headerHeight: CGFloat -
The divider
UITableViewCellheight.Declaration
Swift
public static let dividerHeight: CGFloat -
The
UITableViewCelltint colorDeclaration
Swift
public static var tintColor: UIColor -
The
UITableViewCellseparator colorDeclaration
Swift
public static var separatorColor: UIColor -
The
UITableViewCelldisabled background colorDeclaration
Swift
public static var disabledBackgroundColor: UIColor
View on GitHub