Sdílet prostřednictvím


UIView.SnapshotView(Boolean) Method

Definition

[Foundation.Export("snapshotViewAfterScreenUpdates:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIView? SnapshotView(bool afterScreenUpdates);
[<Foundation.Export("snapshotViewAfterScreenUpdates:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SnapshotView : bool -> UIKit.UIView
override this.SnapshotView : bool -> UIKit.UIView

Parameters

afterScreenUpdates
Boolean

Returns

Attributes

Applies to