38.5 Declaring an Indeterminate ProgressView
The indeterminate ProgressView displays the spinning indicator shown previously in Figure 38-3 and is declared using the ProgressView without including a value binding to indicate progress:
ProgressView()
If required, text may be assigned to appear alongside the view:
Progress("Working...")