mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-01-23 16:02:28 +08:00
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
Progress view
Progress view is a linear progress indicator that implements Material Design animation and layout.
Related components
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.
