Cell

public struct Cell

Representation of all customizable visual style property for UITableViewCell

  • The common UITableViewCell height.

    Declaration

    Swift

    public static let smallHeight: CGFloat
  • The common UITableViewCell height.

    Declaration

    Swift

    public static let mediumHeight: CGFloat
  • The common UITableViewCell height.

    Declaration

    Swift

    public static let height: CGFloat
  • The UITableViewCell height 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 UITableViewCell height.

    Declaration

    Swift

    public static let dividerHeight: CGFloat
  • The UITableViewCell tint color

    Declaration

    Swift

    public static var tintColor: UIColor
  • The UITableViewCell separator color

    Declaration

    Swift

    public static var separatorColor: UIColor
  • The UITableViewCell disabled background color

    Declaration

    Swift

    public static var disabledBackgroundColor: UIColor