item(atRow:)
Returns the item associated with a given row.
Declaration
func item(atRow row: Int) -> Any?Parameters
- row:
The index of a row in the receiver.
Return Value
The item associated with row.
Returns the item associated with a given row.
func item(atRow row: Int) -> Any?The index of a row in the receiver.
The item associated with row.