UITableViewDiffableDataSource<SectionIdentifierType,ItemIdentifierType>.ApplySnapshotAsync Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task ApplySnapshotAsync(UIKit.NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> snapshot, bool animatingDifferences);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ApplySnapshotAsync : UIKit.NSDiffableDataSourceSnapshot<'SectionIdentifierType, 'ItemIdentifierType (requires 'SectionIdentifierType :> Foundation.NSObject and 'ItemIdentifierType :> Foundation.NSObject)> * bool -> System.Threading.Tasks.Task
override this.ApplySnapshotAsync : UIKit.NSDiffableDataSourceSnapshot<'SectionIdentifierType, 'ItemIdentifierType (requires 'SectionIdentifierType :> Foundation.NSObject and 'ItemIdentifierType :> Foundation.NSObject)> * bool -> System.Threading.Tasks.Task

Parameters

animatingDifferences
Boolean

Returns

Attributes

Applies to