UICollectionElementCategory 枚举

定义

所使用的 RepresentedElementCategory值的枚举。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UICollectionElementCategory
type UICollectionElementCategory = 
继承
UICollectionElementCategory
属性

字段

Cell 0

相关的 UIView 是 中的一个 UICollectionView单元格。

DecorationView 2

相关的 UIView 是 中的一个 UICollectionView修饰。

SupplementaryView 1

相关的 UIView 是 中的字段 UICollectionView

适用于