UICollectionElementCategory 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
所使用的 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。 |