mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
As part of our readme generator, components can now opt in to displaying badges in their readme. The badges are generated from https://shields.io/ and are focused on an individual component. We're currently generating the following badges: - Open bug count.
42 lines
1.2 KiB
Markdown
42 lines
1.2 KiB
Markdown
# Circular progress & activity indicator
|
|
|
|
<!-- badges -->
|
|
|
|
Material Design progress indicators display the length of a process or express an unspecified wait
|
|
time. There are two styles of progress indicators: linear and circular.
|
|
|
|
This component only provides the circular implementation. See
|
|
[Progress View](../../ProgressView) for the linear implementation.
|
|
|
|
<img src="assets/activityindicator.gif" alt="An animation showing a determinate and indeterminate activity indicator." width="115">
|
|
|
|
<!-- design-and-api -->
|
|
|
|
## Related components
|
|
|
|
* [ProgressView](../../ProgressView)
|
|
|
|
<!-- toc -->
|
|
|
|
- - -
|
|
|
|
## Overview
|
|
|
|
`MDCActivityIndicator` is a view that has two modes: indeterminate and determinate. Indeterminate
|
|
indicators express an unspecified wait time, while determinate indicators represent the length of a
|
|
process. Activity indicators are indeterminate by default.
|
|
|
|
## Installation
|
|
|
|
- [Typical installation](../../../docs/component-installation.md)
|
|
|
|
## Usage
|
|
|
|
- [Typical use: Indeterminate](typical-use-indeterminate.md)
|
|
- [Typical use: Determinate](typical-use-determinate.md)
|
|
- [Showing multiple indeterminate colors](multiple-colors.md)
|
|
|
|
## Extensions
|
|
|
|
- [Color Theming](color-theming.md)
|