UITableViewDropProposal

1482 ワード

https://developer.apple.com/documentation/uikit/uitableviewdropproposal
"Your proposed solution for handling a drop in a table view."
テーブルビューでドラッグアンドドロップの推奨ソリューションを処理します.

Declaration

@MainActor class UITableViewDropProposal : UIDropProposal

Overview


このようなインスタンスは、ドロップダウン・リスト・オブジェクトのtableView(_:dropSessionDidUpdate:withDestinationIndexPath:)メソッドで作成してください.テーブルビューが現在選択されている場所で配置をどのように処理するかを理解するために、配置推奨を作成できます.表ビューでは、この情報を使用して、ユーザーに適切なビジュアルフィードバックを提供します.

See Also


Drag and Drop


Supporting Drag and Drop in Table Views


テーブルビューからドラッグして配置を処理します.
https://developer.apple.com/documentation/uikit/views_and_controls/table_views/supporting_drag_and_drop_in_table_views
https://velog.io/@panther222128/Supporting-Drag-and-Drop-in-Table-Views