# Progress view
Progress view is a linear progress indicator that implements Material Design animation and layout.
## Related components
* [ActivityIndicator](../../ActivityIndicator)
- - -
## 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)