item(at:)
Returns the item at the specified index path.
Declaration
func item(at indexPath: IndexPath) -> Any?Parameters
- indexPath:
The index path of the item to return.
Return Value
The item.
Discussion
This method can only be used if the delegate implements the item data source methods. The specified index path must be displayable in the browser.