UITableViewPlaceholder

Panther·2021년 8월 28일
0
post-custom-banner

https://developer.apple.com/documentation/uikit/uitableviewplaceholder

"An object that contains information about a placeholder cell being inserted into a table."

테이블에 삽입되고 있는 플레이스홀더 셀에 대한 정보를 포함하는 객체입니다.

Declaration

@MainActor class UITableViewPlaceholder : NSObject

Overview

드롭 operation 동안 테이블에 플레이스홀더를 삽입하려면 UITableViewDropPlaceholder를 생성해야 합니다.

See Also


Placeholder Cells

UITableViewDropPlaceholder

드롭 프리뷰 파라미터를 커스터마이징하는 것을 지원하는 플레이스홀더 셀입니다.

https://developer.apple.com/documentation/uikit/uitableviewdropplaceholder
https://velog.io/@panther222128/UITableViewDropPlaceholder


post-custom-banner

0개의 댓글