Skip to content

Commit

Permalink
[HeaderStackView] Remove color theming docs and mark the color themer…
Browse files Browse the repository at this point in the history
… as to be deprecated. (#3612)
  • Loading branch information
jverkoey committed May 1, 2018
1 parent 74d0320 commit e76147d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 55 deletions.
6 changes: 0 additions & 6 deletions components/HeaderStackView/README.md
Expand Up @@ -24,12 +24,6 @@ bar views.
<li class="icon-list-item icon-list-item--link"><a href="https://material.io/components/ios/catalog/flexible-headers/header-stack-views/api-docs/Classes/MDCHeaderStackView.html">API: MDCHeaderStackView</a></li>
</ul>

## Extensions

<ul class="icon-list">
<li class="icon-list-item icon-list-item--link"><a href="docs/color-theming.md">Color Theming</a></li>
</ul>

- - -

## Installation
Expand Down
48 changes: 0 additions & 48 deletions components/HeaderStackView/docs/color-theming.md

This file was deleted.

Expand Up @@ -19,8 +19,13 @@

#import <Foundation/Foundation.h>

#pragma mark - Soon to be deprecated

/**
The Material Design color system's themer for instances of MDCHeaderStackView.
A color themer for instances of MDCHeaderStackView.
@warning This class will soon be deprecated. There will be no replacement API. Consider theming
your flexible header view or app bar instead.
*/
@interface MDCHeaderStackViewColorThemer : NSObject

Expand Down

0 comments on commit e76147d

Please sign in to comment.