func dropEntered (info: DropInfo )
Tells the delegate a validated drop has entered the modified view.
委任先に、ある有効なドロップがその修正されたビューに入れられたところだと伝えます。
func dropExited (info: DropInfo )
Tells the delegate a validated drop operation has exited the modified view.
委任先に、ある有効なドロップ操作がその修正されたビューを出たところだと伝えます。
func dropUpdated (info: DropInfo ) -> DropProposal ?
Tells the delegate that a validated drop moved inside the modified view.
委任先に、ある有効なドロップがその修正されたビュー内に移動したと伝えます。
func validateDrop (info: DropInfo ) -> Bool
Tells the delegate that a drop containing items conforming to one of the expected types entered a view that accepts drops.
委任先に、その予想された型の1つに準拠している項目を含んでいるあるドロップが、ドロップを受け取るビューに入ったことを伝えます。