newCell(forRepresentedItem:)
Returns the cell to use for the specified item.
Declaration
func newCell(forRepresentedItem anItem: Any!) -> IKImageBrowserCell!Parameters
- anItem:
The item that the returned cell will represent.
Return Value
A new cell.
Discussion
Subclasses can override this method to customize the appearance of the cell that will represent anItem.