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

imageBrowserSelectionDidChange(_:)

Performs custom tasks when the selection changes.

Declaration 宣言

func imageBrowserSelectionDidChange(_ aBrowser: IKImageBrowserView!)

Parameters パラメータ

aBrowser

An image browser view.

Discussion 解説

This method signals that the user changes the selection in the image browser view. You can implement this method if you want to perform custom tasks at that time.

See Also 参照

Performing Custom Tasks in Response to User Events