BorderStyle

public struct BorderStyle

Border style for individual cells. This may be used to override the style provided in the GridStyle for individual cells

  • Undocumented

    Declaration

    Swift

    public var color: UIColor
  • Undocumented

    Declaration

    Swift

    public var width: CGFloat
  • Undocumented

    Declaration

    Swift

    public init(color: UIColor, width: CGFloat)