UIView.DecodeRestorableState(NSCoder) Metodo

Definizione

Gli sviluppatori di applicazioni possono eseguire l'override di questo metodo per supportare il ripristino dello stato.

[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

Parametri

coder
NSCoder

Oggetto NSCoder utilizzato per decodificare lo stato.

Attributi

Si applica a

Vedi anche

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