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

imageBrowser:groupAtIndex:

Returns the group at the specified index.

Declaration 宣言

- (NSDictionary *)imageBrowser:(IKImageBrowserView *)aBrowser 
                  groupAtIndex:(NSUInteger)index;

Parameters パラメータ

aBrowser

An image browser view.

index

The index of the group you want to retrieve.

Return Value 戻り値

A dictionary that defines the group. The keys in this dictionary can be any of the following constants: IKImageBrowserGroupStyleKey, IKImageBrowserGroupBackgroundColorKey, IKImageBrowserGroupTitleKey, and IKImageBrowserGroupRangeKey. For more information on these constants, see IKImageBrowserView.

Discussion 解説

This method is optional.

See Also 参照

Providing Information About Groups (Optional)