Created
March 31, 2022 04:08
-
-
Save KrauserHuang/dff29e32d79abba203cc114fad0621f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var snapshot = Snapshot() | |
// 要裝入sections/items | |
snapshot.appendSections([.main]) | |
snapshot.appendItems(videoList) | |
// snapshot.appendItems(list, toSection: .main) | |
dataSource.apply(snapshot, animatingDifferences: animatingDifferencecs) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment