Andrew Overton f1d4dd25f0 [ProgressView] Add ProgressIndicators.md for material.io
The Material progress indicator component is broken down into two distinct iOS components, ProgressView and ActivityIndicator. This PR adds a new markdown file, `ProgressIndicators.md`, to be displayed for the progress indicator component on material.io, and leaves both the ProgressView and ActivityIndicator READMEs intact.

Preview the doc here: https://github.com/andrewoverton/material-components-ios/blob/material-io-progress-indicators/components/ProgressView/ProgressIndicators.md

Closes https://github.com/material-components/material-components-ios/pull/10136

COPYBARA_INTEGRATE_REVIEW=https://github.com/material-components/material-components-ios/pull/10136 from andrewoverton:material-io-progress-indicators 4daaa8cd80cd9bbf44c7d642324b591def841934
PiperOrigin-RevId: 345734425
2020-12-04 12:36:03 -08:00
..

Progress view

Progress view is a linear progress indicator that implements Material Design animation and layout.

Progress View

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

Usage

Accessibility