BorderStyle

public class BorderStyle

Border style for backgroundStyle attribute

  • Color of border

    Declaration

    Swift

    public let color: UIColor
  • Width of the border

    Declaration

    Swift

    public let lineWidth: CGFloat
  • Undocumented

    Declaration

    Swift

    public init(lineWidth: CGFloat, color: UIColor)