CollectionViewCell
super: UICollectionViewCell (on iOS)
This class is reserved and cannot be directly instantiated.
The CollectionViewCell class defines the attributes and behavior of the cells that appear in CollectionView controls.
Properties
-
var identifier: String Identifier set in the cell property inspector. (read-only)
-
var customView: CustomView Custom view template set in the CollectionView inspector. (read-only)
-
var objectName: String The name of the object.