func dropEntered (info: DropInfo )
func dropExited (info: DropInfo )
func dropUpdated (info: DropInfo ) -> DropProposal ?
func validateDrop (info: DropInfo ) -> Bool
func performDrop (info: DropInfo ) -> Bool
Availability 有効性
Technology
protocol DropDelegate
The Drop
protocol provides a comprehensive and flexible way to interact with a drop operation. Specify a drop delegate when you modify a view to accept drops with the on
method.
Drop
プロトコルは、ドロップ操作と相互作用する包括的で柔軟な方法を提供します。あなたがあるビューをドロップを受け入れるように修正する時はon
メソッドでドロップ委任先を指定してください。
Alternatively, for simple drop cases that don’t require the full functionality of a drop delegate, you can modify a view to accept drops using the on
or the on
method. These methods handle the drop using a closure you provide as part of the modifier.
代わりに、あるドロップ委任先の完全な機能性を必要としない単純なドロップ事例に対して、あなたはon
またはon
メソッドを使ってドロップを受け入れるようにビューを修正できます。これらメソッドは、ドロップをあなたが提供するクロージャを使って修飾子の一部として取り扱います。
func dropEntered (info: DropInfo )
func dropExited (info: DropInfo )
func dropUpdated (info: DropInfo ) -> DropProposal ?
func validateDrop (info: DropInfo ) -> Bool
func performDrop (info: DropInfo ) -> Bool
struct DropProposal
enum DropOperation
struct DropInfo