UITableView.SpringLoaded Property

Definition

Gets or sets a Boolean value that controls whether the object participates in spring-loaded interactions.

[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 virtual bool SpringLoaded { [Foundation.Export("isSpringLoaded")] get; [Foundation.Export("setSpringLoaded:")] set; }
member this.SpringLoaded : bool with get, set

Property Value

Implements

Attributes

Applies to