UIDropProposal

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

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

"A configuration for the behavior of a drop interaction, required if a view accepts drop activities."

뷰가 드롭 동작을 허용하는 경우에 요구되는 드롭 상호작용 동작에 대한 설정입니다.

Declaration

@MainActor class UIDropProposal : NSObject

Overview

뷰의 드롭 상호작용 딜리게이트가 드롭된 드래그 아이템을 허용하는 경우 dropInteraction(_:sessionDidUpdate:) 메소드에서 drop proposal을 반환해줘야 합니다.

0개의 댓글