mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
* Use framework-style imports. MDFInternationalization is built as a framework, so use the style recommended to import from the framework (#import <...>). MotionAnimator and MotionInterchange mixed the normal style import and the framework style import; settle them on the framework style. * Update MDCActivityIndicator.m Re-order to match our style guide. * Update MDCBottomNavigationBar.m Re-order to match our style guide. * Update MDCBottomNavigationItemView.m Re-order to match style guide. * Update MDCBottomAppBarView.m * Update MDCButtonBar.m * Update MDCAppBarButtonBarBuilder.m * Update MDCAppBarButtonBarBuilder.m * Update MDCCollectionViewCell.m * Update MDCAlertController.m * Update NavigationBarIconsExample.m * Update MDCNavigationBar.m * Update MDCItemBarCell.m * Update MDCTextField.m * Update MDCThumbTrack.m