15 Commits

Author SHA1 Message Date
Andrew Overton
d6255fa0f4 [BottomAppBar] Material io bottom app bar
This PR replaces the bottom app bar docs

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

PiperOrigin-RevId: 322647459
2020-07-22 13:54:02 -07:00
Bryan Oltman
68a65d33d3
[BottomAppBar] Delete deprecated MDCBottomAppBarColorThemer (#9166)
MDCBottomAppBarColorThemer has no internal use and is deprecated.

Fixes #9164
Fixes #9165
2019-12-06 17:10:33 -05:00
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
Robert Moore
1ce4467321
[BottomAppBar] Add surface variant color themer. (#5068)
The BottomAppBar needs to support the "surface variant" of Material
color theming. A new method on MDCBottomAppBarColorThemer now allows
clients to apply the surface variant theme to their MDCBottomAppBarView
instances.

**Change demonstration**
These changes are not in this PR, but will be made in a follow-up PR. These screenshots are to show the before/after effect of using the new themer.

|Example|Before|After|
|--|--|--|
|Catalog (Objc)|![bab-objc-catalog-before](https://user-images.githubusercontent.com/1753199/45260529-566ae300-b3b8-11e8-95c8-a258bf95c3ca.png)|![bab-objc-catalog-after](https://user-images.githubusercontent.com/1753199/45260530-5b2f9700-b3b8-11e8-993d-449eb1c4c47e.png)|
|Dragons (Objc)|![bab-objc-dragon-before](https://user-images.githubusercontent.com/1753199/45260532-6256a500-b3b8-11e8-961e-106da28a3db2.png)|![bab-objc-dragon-after](https://user-images.githubusercontent.com/1753199/45260535-67b3ef80-b3b8-11e8-8f03-b2c808ec9b86.png)|
|Dragons (Swift)|![bab-swift-dragon-before](https://user-images.githubusercontent.com/1753199/45260537-6f739400-b3b8-11e8-8796-b94779018b63.png)|![bab-swift-dragon-after](https://user-images.githubusercontent.com/1753199/45260762-88327880-b3bd-11e8-9896-be55dd96d515.png)|

Closes #3928
2018-09-10 16:07:16 -04:00
Brad Mallow
215011b386 [BottomAppBar] Fix typo in the readme (#4869)
closes #4868
2018-08-21 16:20:55 -04:00
Cody Weaver
f4199c850a
[BottomAppBar] Add a11y guide to README (#4705)
Update BottomAppBar README to have an a11y sections and the correct guidance.

Closes #4284
2018-08-03 16:57:39 -04:00
featherless
e1e6d249a4
[Docs] Add badges to all components. (#4278)
As part of our readme generator, components can now opt in to displaying badges in their readme.

The badges are generated from https://shields.io/ and are focused on an individual component. We're currently generating the following badges:

- Open bug count.
2018-05-25 11:12:48 -04:00
Jeff Verkoeyen
72ccfa7342 Add gif for bottom navigation and fix alt text in bottom app bar. 2018-05-03 17:05:28 -04:00
Jeff Verkoeyen
75f367e61c [BottomAppBar] Touch up the readme intro copy and image ordering. 2018-05-03 16:46:23 -04:00
Jeff Verkoeyen
1d85f287a0 [BottomAppBar] Crop the screenshot to emphasize the bottom app bar. 2018-05-03 16:13:10 -04:00
featherless
c166652ae6
Update site naming for top and bottom app bars to match spec. (#3680) 2018-05-03 10:26:04 -04:00
featherless
da21941afa
Regenerate component docs with automatic API links. (#3673)
Example output:

<img width="468" alt="screen shot 2018-05-02 at 10 33 23 pm" src="https://user-images.githubusercontent.com/45670/39557914-d9512f38-4e58-11e8-824d-60f03bcd1b76.png">
2018-05-02 22:33:55 -04:00
featherless
ff1022a690
[BottomAppBar] Split the documentation into separate articles and run the readme generator. (#3615) 2018-05-01 16:08:35 -04:00
featherless
d3c5316db0 Generate all themer documentation. (#3562)
* Generate all themer documentation.

* Fix Snackbar vars.

* Fix textfields vars.

* Fix link.

* Fix bottom app bar vars.

* Fix more vars.

* Add home page links.

* Fix typos.

* Fix more links.

* Add ink.

* Tabs.

* Cleanup.
2018-04-27 16:59:03 -04:00
Junius Gunaratne
49e4ae74c6 [BottomAppBar] Add readme and Swift example (#2040)
* Add readme and swift example

* Use autoresize mask for layout

* Use autoresize mask for layout

* Add links in .md file. Apply swift code style.

* Update color example code
2017-10-03 14:59:21 -04:00