cellForItem(at:)
Returns the browser cell for the item at the specified index.
Declaration
func cellForItem(at index: Int) -> IKImageBrowserCell!Parameters
- index:
The index.
Return Value
The browser cell at the specified index.
Discussion
Subclasses must not override this method.