mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
39 lines
899 B
Markdown
39 lines
899 B
Markdown
# Progress view
|
|
|
|
<!-- badges -->
|
|
|
|
Progress view is a linear progress indicator that implements Material Design animation and layout.
|
|
|
|
<div class="article__asset article__asset--screenshot">
|
|
<img src="docs/assets/progress_view.png" alt="Progress View" width="375">
|
|
</div>
|
|
|
|
<!-- design-and-api -->
|
|
|
|
## Related components
|
|
|
|
* [ActivityIndicator](../../ActivityIndicator)
|
|
|
|
<!-- toc -->
|
|
|
|
- - -
|
|
|
|
## Overview
|
|
|
|
The `MDCProgressView` control is designed to be a drop-in replacement for `UIProgressView`. The API
|
|
methods are the same as a `UIProgressView`, with the addition of a few key methods required to
|
|
achieve the desired animation of the control.
|
|
|
|
## Installation
|
|
|
|
- [Typical installation](../../../docs/component-installation.md)
|
|
|
|
## Usage
|
|
|
|
- [Typical use](typical-use.md)
|
|
- [Differences from UIProgressView](differences-from-uiprogressview.md)
|
|
|
|
## Accessibility
|
|
|
|
- [Accessibility](accessibility.md)
|