ListSeparatorStyle

public protocol ListSeparatorStyle
  • Declaration

    Swift

    var color: UIColor { get }
  • The size (in points) of the separator - this will be the height in a vertical list

    Declaration

    Swift

    var size: CGFloat { get }