UIViewController.SetNeedsFocusUpdate Method

Definition

When this is the active focus environment, requests a focus update, which can potentially change the PreferredFocusedView. (See also UpdateFocusIfNeeded().)

[Foundation.Export("setNeedsFocusUpdate")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetNeedsFocusUpdate();
[<Foundation.Export("setNeedsFocusUpdate")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetNeedsFocusUpdate : unit -> unit
override this.SetNeedsFocusUpdate : unit -> unit

Implements

Attributes

Applies to