PBBarConfiguration

public struct PBBarConfiguration

The available progress bar’s bar configurations.

  • The corners to be rounded. (optional)

    Declaration

    Swift

    public var roundingCorners: UIRectCorner
  • The value to round each corners. (optional)

    Declaration

    Swift

    public var cornerRadii: CGSize
  • Initialize PBBarConfiguration with the given values.

    Declaration

    Swift

    public init(roundingCorners: UIRectCorner = [], cornerRadii: CGSize = .zero)

    Parameters

    roundingCorners

    The corners to be rounded. (optional)

    cornerRadii

    The value to round each corners. (optional)