UICollectionElementCategory Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of values used by RepresentedElementCategory.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UICollectionElementCategory
type UICollectionElementCategory =
- Inheritance
-
UICollectionElementCategory
- Attributes
Fields
Cell | 0 | The related UIView is a cell in a UICollectionView. |
DecorationView | 2 | The related UIView is a decoration in a UICollectionView. |
SupplementaryView | 1 | The related UIView is a field in a UICollectionView. |