mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
Deallocating many of the properties created for each unit test. Since all XCTestCase instances survive until the end of the test suite, any properties created for a test will be preserved as well. This frees up around 3.7 MB (~6%) of memory from the entire test suite, as measured on my desktop. |Before|After| |----|----| ||| See also: https://qualitycoding.org/xctestcase-teardown/ Closes #5395
Collection Cells
Notice: This component will be deprecated over the next few months in favor of the Cards and List components. See our public tracker for more details on timing and the deprecation plan.
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
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.
