func imageBrowser (IKImageBrowserView!, itemAt : Int) -> Any!
Returns an object for the item in an image browser view that corresponds to the specified index.
Availability
Technology
func numberOfItems(inImageBrowser aBrowser: IKImageBrowserView
!) -> Int
aBrowser
An image browser view.
The number of records managed by the image browser view.
Your data source must implement this method. An IKImage
object uses this method to determine how many cells it should create and display.
func imageBrowser (IKImageBrowserView!, itemAt : Int) -> Any!