Freigeben über


UIView.DecodeRestorableState(NSCoder) Methode

Definition

Anwendungsentwickler können diese Methode überschreiben, um die Zustandswiederherstellung zu unterstützen.

[Foundation.Export("decodeRestorableStateWithCoder:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DecodeRestorableState (Foundation.NSCoder coder);
abstract member DecodeRestorableState : Foundation.NSCoder -> unit
override this.DecodeRestorableState : Foundation.NSCoder -> unit

Parameter

coder
NSCoder

Der NSCoder , der zum Decodieren des Zustands verwendet wird.

Attribute

Gilt für:

Weitere Informationen

  • <xref:UIKit.UIView.EncodeRestorableState>
  • <xref:UIKit.UIApplicationDelegate.ShouldRestoreApplicationState>
  • <xref:UIKit.UIApplicationDelegate.ShouldSaveApplicationState>