Condividi tramite


UITableViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType>.ApplySnapshotUsingReloadData Method

Definition

Overloads

ApplySnapshotUsingReloadData(NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType>)

[Foundation.Export("applySnapshotUsingReloadData:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ApplySnapshotUsingReloadData(UIKit.NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> snapshot);
[<Foundation.Export("applySnapshotUsingReloadData:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ApplySnapshotUsingReloadData : UIKit.NSDiffableDataSourceSnapshot<'SectionIdentifierType, 'ItemIdentifierType (requires 'SectionIdentifierType :> Foundation.NSObject and 'ItemIdentifierType :> Foundation.NSObject)> -> unit
override this.ApplySnapshotUsingReloadData : UIKit.NSDiffableDataSourceSnapshot<'SectionIdentifierType, 'ItemIdentifierType (requires 'SectionIdentifierType :> Foundation.NSObject and 'ItemIdentifierType :> Foundation.NSObject)> -> unit

Parameters

Attributes

Applies to

ApplySnapshotUsingReloadData(NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType>, Action)

[Foundation.Export("applySnapshotUsingReloadData:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ApplySnapshotUsingReloadData(UIKit.NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> snapshot, Action? completion);
[<Foundation.Export("applySnapshotUsingReloadData:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ApplySnapshotUsingReloadData : UIKit.NSDiffableDataSourceSnapshot<'SectionIdentifierType, 'ItemIdentifierType (requires 'SectionIdentifierType :> Foundation.NSObject and 'ItemIdentifierType :> Foundation.NSObject)> * Action -> unit
override this.ApplySnapshotUsingReloadData : UIKit.NSDiffableDataSourceSnapshot<'SectionIdentifierType, 'ItemIdentifierType (requires 'SectionIdentifierType :> Foundation.NSObject and 'ItemIdentifierType :> Foundation.NSObject)> * Action -> unit

Parameters

completion
Action
Attributes

Applies to