Instance Method インスタンスメソッド

dropUpdated(info:)

Tells the delegate that a validated drop moved inside the modified view. 委任先に、ある有効なドロップがその修正されたビュー内に移動したと伝えます。

Declaration 宣言

func dropUpdated(info: DropInfo) -> DropProposal?

Discussion 議論

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 DropOperation.copy.