Collection Views
Display nested views using a configurable and highly customizable layout.
--使用可配置且高度自定义的布局显示嵌套视图。
Overview
A collection view manages an ordered set of content, such as the grid of photos in the Photos app, and presents it visually.
--collection view管理一组有序的内容,例如照片应用程序中的照片网格,并以视觉方式呈现。
Collection views are a collaboration between many different objects, including:
--Collection views是“许多不同对象之间的”协作,包括:
-
Cells. A cell provides the visual representation for each piece of your content.
--单元格。单元格是“内容的各个部分的”可视化表示。 -
Layouts. A layout defines the visual arrangement of the content in the collection view.
--布局。布局定义了Collection views中内容的可视排列。 -
Your data source object. This object adopts the
UICollectionViewDataSource
protocol and provides the data for the collection view.
--数据源对象。此对象遵循
UICollectionViewDataSource
协议并为集合视图提供数据