Contents

isIndeterminate

A Boolean that indicates whether the progress indicator is indeterminate.

Declaration

var isIndeterminate: Bool { get set }

Discussion

A determinate indicator displays how much of the task has been completed. An indeterminate indicator shows simply that the app is busy.

When the value of this property is true, the progress indicator is indeterminate; otherwise, it is determinate.

See Also

Setting the appearance