-
-
Methods in org.robovm.apple.uikit with parameters of type NSDiffableDataSourceSnapshot
| Modifier and Type |
Method |
Description |
void |
UICollectionViewDiffableDataSource.applySnapshot(NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> snapshot,
boolean animatingDifferences) |
|
void |
UICollectionViewDiffableDataSource.applySnapshot(NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> snapshot,
boolean animatingDifferences,
Runnable completion) |
|
void |
UICollectionViewDiffableDataSource.applySnapshot(NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> snapshot,
Runnable completion) |
|
void |
UITableViewDiffableDataSource.applySnapshot(NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> snapshot,
boolean animatingDifferences) |
|
void |
UITableViewDiffableDataSource.applySnapshot(NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> snapshot,
boolean animatingDifferences,
Runnable completion) |
|
void |
UITableViewDiffableDataSource.applySnapshot(NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> snapshot,
Runnable completion) |
|
void |
UICollectionViewDiffableDataSource.applySnapshotUsingReloadData(NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> snapshot) |
|
void |
UITableViewDiffableDataSource.applySnapshotUsingReloadData(NSDiffableDataSourceSnapshot<SectionIdentifierType,ItemIdentifierType> snapshot) |
|