UIView.EncodeRestorableState(NSCoder) Method
Definition
Application developers can override this method to store state associated with the view.
[Foundation.Export("encodeRestorableStateWithCoder:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EncodeRestorableState (Foundation.NSCoder coder);
abstract member EncodeRestorableState : Foundation.NSCoder -> unit
override this.EncodeRestorableState : Foundation.NSCoder -> unit
Parameters
- Attributes
Applies to
See also
- <xref:UIKit.UIView.DecodeRestorableState>
- <xref:UIKit.UIApplicationDelegate.ShouldRestoreApplicationState>
- <xref:UIKit.UIApplicationDelegate.ShouldSaveApplicationState>