UICollectionViewCell
UICollectionViewCell 是 UICollectionView 的单元格类型,通常由 UICollectionView 通过复用机制创建并返回。
在当前插件运行时环境中,UICollectionViewCell 没有额外暴露专属的可调用成员(即不提供区别于其父类/通用视图的新增属性或方法)。因此它更多用于:
- 作为
UICollectionView.cellForItemAtIndexPath(...)等方法的返回值类型 - 作为
indexPathForCell(cell)等查询方法的入参类型
实例成员 (Instance members)
Section titled “实例成员 (Instance members)”当前运行时未额外暴露 UICollectionViewCell 的实例成员。
类成员 (Class members)
Section titled “类成员 (Class members)”当前运行时未额外暴露 UICollectionViewCell 的类成员。