UICollectionUpdateAction 枚举

定义

有效 UpdateAction 属性的枚举。

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

字段

Delete 1

从集合视图中删除项。

Insert 0

将项插入到集合视图中。

Move 3

将项移动到新位置。

None 4

不对项目执行任何操作。

Reload 2

通过删除项,然后将其插入到集合视图中来重新加载该项。

适用于

另请参阅