Share via


UICollectionElementCategory Enum

Definition

An enumeration of values used by RepresentedElementCategory.

[ObjCRuntime.Native]
public enum UICollectionElementCategory
[<ObjCRuntime.Native>]
type UICollectionElementCategory = 
Inheritance
UICollectionElementCategory
Attributes

Fields

Name Value Description
Cell 0

The related UIView is a cell in a UICollectionView.

SupplementaryView 1

The related UIView is a field in a UICollectionView.

DecorationView 2

The related UIView is a decoration in a UICollectionView.

Applies to