共用方式為


UIView.UpdateFocusIfNeeded 方法

定義

如果有任何焦點環境有擱置的更新,此方法會強制立即焦點更新。 不同于 SetNeedsFocusUpdate() ,不論此方法目前是否包含焦點,都可以由任何 UIView 呼叫。

[Foundation.Export("updateFocusIfNeeded")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void UpdateFocusIfNeeded ();
abstract member UpdateFocusIfNeeded : unit -> unit
override this.UpdateFocusIfNeeded : unit -> unit

實作

屬性

適用於