×

Progress View

iOS 14 +

Notes

Progress view.

Syntax

progressView(kind: <#Enumeration (ProgressViewKind)#>, circularTint: <#Object (View)#>, linearTint: <#Object (View)#>, value: <#Double#>, total: <#Double#>, label: <#Object (View)#>)

Example

progressView(kind: linear, circularTint: View(identifier: "View1", displayString: "View One"), linearTint: View(identifier: "View1", displayString: "View One"), value: 42, total: 100, label: View(identifier: "View1", displayString: "View One"))