UIPushBehaviorMode 枚举

定义

一个枚举,其值指定是 UIPushBehavior 连续应用还是瞬间施加力。

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

字段

Continuous 0

力是连续的。

Instantaneous 1

力是即时施加的。

适用于

另请参阅