mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
This PR replaces API links containing "/api-docs/" with links to suitable header files in GitHub because the site previously linked to is being taken down and replaced with something that won't handle API docs. Closes https://github.com/material-components/material-components-ios/pull/10045 COPYBARA_INTEGRATE_REVIEW=https://github.com/material-components/material-components-ios/pull/10045 from andrewoverton:replace-mio-api-docs-with-github-links 0d6e56cc11d0c147366a4f6cde829d8b51567ecc PiperOrigin-RevId: 323424362
32 lines
1.4 KiB
Markdown
32 lines
1.4 KiB
Markdown
# Collection Cells
|
|
|
|
**Notice**: This component will be deprecated over the next few months in favor of the
|
|
[Cards](../Cards) and [List](../List) components. See our
|
|
[public tracker](https://www.pivotaltracker.com/epic/show/3938766) for more details on timing and
|
|
the deprecation plan.
|
|
|
|
---
|
|
|
|
<div class="article__asset article__asset--screenshot">
|
|
<img src="docs/assets/collection_cells.png" alt="Collection Cells" width="375">
|
|
</div>
|
|
|
|
Collection view cell classes that adhere to Material Design layout and styling.
|
|
|
|
## Design & API Documentation
|
|
|
|
<ul class="icon-list">
|
|
<li class="icon-list-item icon-list-item--spec"><a href="https://material.io/go/design-lists#lists-specs">Material Design guidelines: Collection List Specs</a></li>
|
|
<li class="icon-list-item icon-list-item--link"><a href="https://github.com/material-components/material-components-ios/blob/develop/components/CollectionCells/src/MDCCollectionViewCell.h">API: MDCCollectionViewCell</a></li>
|
|
<li class="icon-list-item icon-list-item--link"><a href="https://github.com/material-components/material-components-ios/blob/develop/components/CollectionCells/src/MDCCollectionViewTextCell.h">API: MDCCollectionViewTextCell</a></li>
|
|
</ul>
|
|
|
|
- - -
|
|
|
|
## Installation
|
|
|
|
## Usage
|
|
|
|
Please see the [Collections](../Collections/) component for more information about using Collection
|
|
Cells. We do not presently support using Collection Cells as a standalone component.
|