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

imageBrowser(_:itemAt:)

Returns an object for the item in an image browser view that corresponds to the specified index.

Declaration 宣言

func imageBrowser(_ aBrowser: IKImageBrowserView!, 
           itemAt index: Int) -> Any!

Parameters パラメータ

aBrowser

An image browser view.

index

The index of the item you want to retrieve.

Return Value 戻り値

An IKImageBrowserItem object.

Discussion 解説

Your data source must implement this method. The returned object must implement the required methods of the IKImageBrowserItem protocol.

See Also 参照

Providing Information About Items (Required)