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
특성

설명

애플리케이션 개발자는 상태 복원을 완료한 후 이 메서드를 호출해야 합니다.

적용 대상