BorderStyle

public struct BorderStyle
extension GridCellStyle.BorderStyle: Equatable

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)
  • Declaration

    Swift

    public static func == (lhs: GridCellStyle.BorderStyle, rhs: GridCellStyle.BorderStyle) -> Bool