UISearchController.ObscuresBackgroundDuringPresentation Property

Definition

Gets or sets a Boolean value that controls whether the controller obscures content while performing a search.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 1, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ObscuresBackgroundDuringPresentation { [Foundation.Export("obscuresBackgroundDuringPresentation")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 1, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setObscuresBackgroundDuringPresentation:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 1, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.ObscuresBackgroundDuringPresentation : bool with get, set

Property Value

Attributes

Applies to