UIScreen.FocusedView Property

Definition

Gets the view that has the focus.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIView FocusedView { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("focusedView", ObjCRuntime.ArgumentSemantic.Weak)] get; }
member this.FocusedView : UIKit.UIView

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Applies to