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

validateDrop(info:)

Tells the delegate that a drop containing items conforming to one of the expected types entered a view that accepts drops. 委任先に、その予想された型の1つに準拠している項目を含んでいるあるドロップが、ドロップを受け取るビューに入ったことを伝えます。

Declaration 宣言

func validateDrop(info: DropInfo) -> Bool

Discussion 議論

Specify the expected types when you apply the drop modifier to the view. The default implementation returns true. あなたがドロップ修飾子をビューに適用する時に、期待する型を指定してください。省略時の実装は、trueを返します。

Default Implementations 省略時実装

DropDelegate Implementations

See Also 参照

Receiving Drop Information ドロップ情報を受け取る