UIApplication.CompleteStateRestoration 方法

定义

向系统指示状态还原已完成。

[Foundation.Export("completeStateRestoration")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void CompleteStateRestoration ();
abstract member CompleteStateRestoration : unit -> unit
override this.CompleteStateRestoration : unit -> unit
属性

注解

应用程序开发人员应在完成状态还原后调用此方法。

适用于