Robert Moore 372d6b24f9
No longer using -init for Color Scheme. (#5734)
{MDC iOS} No longer using `-init` for Color Scheme.

Based on the discussions in go/mdc-ios-theming, we should not use the `-init` default initializer. Instead, we should use an explicit set of defaults.

Search regex: '\[\[MDCSemanticColorScheme alloc\] init\]'
2018-11-12 12:54:47 -05:00
..

# <#component_name#>

<!-- Template: Short component description, summarized from the spec, connecting the Material spec
terminology to the terminology being used in this component. Avoid talking about any specific API
names here.
-->

<!-- Template:
Cropped, animated gif of the component. Avoid including any iOS chrome such as status bar.

<img src="assets/component.gif" alt="Description of the animation.">
-->

## Design & API documentation

* [Material Design guidelines: Progress & activity](https://material.io/go/design-progress-indicators)
<!-- Template:
Replace the url with the API's URL.
* [API: SomeClass](https://material.io/components/ios/catalog/progress-indicators/activity-indicators/api-docs/Classes/MDCActivityIndicator.html)
-->

<!-- Template:
## Related components

* [OtherComponent](../../OtherComponent)
-->

<!-- toc -->

- - -

## Overview

<!-- Template:
Detailed summary of the important APIs that are provided by this component.
-->

## Installation

- [Typical installation](../../../docs/component-installation.md)

## Usage

<!-- Template: Include at least one typical use article demonstrating the most common use case for
the component.

- [Typical use](typical-use.md)
- [An article covering a specific topic](article.md)
-->

## Extensions

<!-- Template: Extensions should be called out separately from Usage docs.

- [Color Theming](color-theming.md)

- [Shape Theming](shape-theming.md)
-->