- numberOfGroupsInImageBrowser:
Returns the number of groups in an image browser view.
Availability
Technology
- (NSDictionary
*)imageBrowser:(IKImageBrowserView
*)aBrowser
groupAtIndex:(NSUInteger
)index;
aBrowser
An image browser view.
index
The index of the group you want to retrieve.
A dictionary that defines the group. The keys in this dictionary can be any of the following constants: IKImage
, IKImage
, IKImage
, and IKImage
. For more information on these constants, see IKImage
.
This method is optional.
- numberOfGroupsInImageBrowser: