progressViewStyle
The current graphical style of the progress view.
Declaration
var progressViewStyle: UIProgressView.Style { get set }Discussion
The value of this property is a constant that specifies the style of the progress view. The default style is UIProgressView.Style.default. For more on these constants, see UIProgressView.Style.