func dropUpdated (info: DropInfo ) -> DropProposal ?
Tells the delegate that a validated drop moved inside the modified view.
委任先に、ある有効なドロップがその修正されたビュー内に移動したと伝えます。
Availability 有効性
Technology
func dropUpdated(info: DropInfo
) -> DropProposal
?
Use this method to return a drop proposal containing the operation the delegate intends to perform at the drop location
.
このメソッドを使って、委任先がドロップlocation
で実行するつもりである操作を含んでいるドロップ申し込みを返してください。
The default implementation of this method returns nil
, which tells the drop to use the last valid returned value or else Drop
.
func dropUpdated (info: DropInfo ) -> DropProposal ?
func dropEntered (info: DropInfo )
func dropExited (info: DropInfo )
func validateDrop (info: DropInfo ) -> Bool
func performDrop (info: DropInfo ) -> Bool