Summary: Partially addresses https://github.com/google/material-components-ios/issues/515 It deprecates MDCNavigationBar APIs that used left/right. Test Plan: NavigationBar should not have its APIs using left/right lingo. Instead it should use leading/trailing. Note that as of this writing, this doesn't address RTL Layout per se. It merely prepares for layout changes. Reviewers: featherless, iangordon, O1 Material components iOS, #mdc_ios_owners, ajsecord Reviewed By: O1 Material components iOS, #mdc_ios_owners, ajsecord Subscribers: ajsecord Tags: #material_components_ios Differential Revision: http://codereview.cc/D863
| title | layout | section |
|---|---|---|
| Material Components Documentation | landing | components |
Component Documentation
Material Components is a collection of standalone, production-quality user interface components for iOS. These components implement Google's Material Design specification and are developed by a team of iOS engineers and UX designers at Google.
-
[Development Guide]({{ site.folder }}/howto/)
-
[Code Samples]({{ site.folder }}/howto/tutorial/#sample-code)
Components
-
ButtonBar A view that facilitates the creation and layout of a horizontally-aligned list of buttons.
-
CollectionCells Collection view cell classes that adhere to Material Design layout and styling.
-
CollectionLayoutAttributes Allows passing layout attributes to the cells and supplementary views.
-
Collections Collection view classes that adhere to Material Design layout and styling.
-
HeaderStackView A view that coordinates the layout of two vertically-stacked bar views.
-
Ink A visual ripple of ink expanding outward from the user’s touch.
-
ShadowElevations Provides the most commonly used elevations specified in Material Design.
-
ShadowLayer A shadow which uses Material Design principles for visualizing depth.
-
Slider A Material Design control for selecting from a range of values.
-
Switch A Material Design on/off switch with an interface similar to UISwitch.
-
Typography Text styles for Material Design fonts and opacities.