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

imageBrowser(_:removeItemsAt:)

Signals that a remove operation should be applied to the specified items.

Declaration 宣言

func imageBrowser(_ aBrowser: IKImageBrowserView!, 
    removeItemsAt indexes: IndexSet!)

Parameters パラメータ

aBrowser

An image browser view.

indexes

The indexes of the items that should be removed.

Discussion 解説

This method is optional. It is invoked by the image browser after Image Kit determines that a remove operation should be applied. In response, the data source should update itself by removing the specified items.

See Also 参照

Supporting Item Editing (Optional)