UITableViewDiffableDataSourceReference

1269 ワード

https://developer.apple.com/documentation/uikit/uitableviewdiffabledatasourcereference
"The Swift representation of the Objective-C object you use to manage data and provide items for a table view."
テーブルビューのデータと、プロジェクトを提供するObjective-Cオブジェクトを管理するためのsweet表現.

Declaration

@MainActor class UITableViewDiffableDataSourceReference : NSObject

Overview


Important
sweetコードライブラリを使用している場合は、常にUITableViewDiffableDataSourceを使用する必要があります.
UITableViewDiffableDataSource
https://developer.apple.com/documentation/uikit/uitableviewdiffabledatasource
https://velog.io/@panther222128/UITableViewDiffableDataSource