BorderViewProperties

public struct BorderViewProperties

Properties a BorderView has.

  • The thickness of the BorderView.

    Declaration

    Swift

    public let thickness: Float
  • The color of the BorderView.

    Declaration

    Swift

    public let color: UIColor
  • Boolean value indicating whether the border will have rounded corners or not.

    Declaration

    Swift

    public let roundedCorners: Bool
  • Default initializer for BorderViewProperties.

    Declaration

    Swift

    public init(thickness: Float, color: UIColor, rounded: Bool = false)