Contents

NSProgressIndicator

An interface that provides visual feedback to the user about the status of an ongoing task.

Declaration

class NSProgressIndicator

Overview

Progress indicators can be determinate or indeterminate. A determinate indicator displays the completion percentage of a task. An indeterminate indicator shows that the app is busy without providing a visual indication of how long the task will take.

Topics

Animating the progress indicator

Advancing the progress bar

Observing the progress bar

Setting the appearance

Constants

See Also

Controls