UIDragInteraction

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

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

"An interaction to enable dragging of items from a view, employing a delegate to provide drag items and to respond to calls from the drag session."

뷰로부터 아이템의 드래그를 가능하게 하는 상호작용이며, 드래그 아이템 제공과 드래그 세션으로부터 호출에 응답하기 위해 딜리게이트를 사용합니다.

Declaration

@MainActor class UIDragInteraction : NSObject

0개의 댓글