UITableViewDiffableDataSourceReference

Panther·2021년 8월 25일
0

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 객체의 스위프트 표현입니다.

Declaration

@MainActor class UITableViewDiffableDataSourceReference : NSObject

Overview

Important
스위프트 코드베이스로 작업하는 경우 항상 UITableViewDiffableDataSource를 사용해야 합니다.

UITableViewDiffableDataSource
https://developer.apple.com/documentation/uikit/uitableviewdiffabledatasource
https://velog.io/@panther222128/UITableViewDiffableDataSource

0개의 댓글