次の方法で共有


UICollectionViewReorderingCadence 列挙型

定義

ドロップ アニメーションのコレクション ビューの再編成速度を列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UICollectionViewReorderingCadence
type UICollectionViewReorderingCadence = 
継承
UICollectionViewReorderingCadence
属性

フィールド

Fast 1

短い遅延の後にクイック並べ替えを示します。

Immediate 0

即時再編成を示します。

Slow 2

再編成前の短い遅延を示します。

適用対象