Returns an object for the item in an image browser view that corresponds to the specified index.
SDK
- macOS 10.5+
Framework
- Quartz
Declaration
- (id)imageBrowser:(IKImage Browser View *)aBrowser itemAtIndex:(NSUInteger)index;
Parameters
aBrowser
An image browser view.
index
The index of the item you want to retrieve.
Return Value
An IKImage
object.
Discussion
Your data source must implement this method. The returned object must implement the required methods of the IKImageBrowserItem protocol.