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
Collection Cells
Collection view cell classes that adhere to Material Design layout and styling.
Design & API Documentation
- Material Design guidelines: Collection List Specs
- API: MDCCollectionViewCell
- API: MDCCollectionViewTextCell
Installation
Requirements
- Xcode 7.0 or higher.
- iOS SDK version 7.0 or higher.
Usage
Please see the Collections component for more information about using Collection Cells. We do not presently support using Collection Cells as a standalone component.
