Share via


UIViewController.PreferredFocusedView Property

Definition

If not null, indicates the child UIView that should receive focus by default.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIView? PreferredFocusedView { [Foundation.Export("preferredFocusedView", ObjCRuntime.ArgumentSemantic.Weak)] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("preferredFocusedView", ObjCRuntime.ArgumentSemantic.Weak)>]
member this.PreferredFocusedView : UIKit.UIView

Property Value

Implements

Attributes

Applies to