itemObjectValue(at:)
Returns the object located at the given index within the receiver’s internal item list.
Declaration
func itemObjectValue(at index: Int) -> AnyParameters
- index:
The index of the object to retrieve. If
indexis beyond the end of the list, anNSRangeExceptionis raised.
Return Value
The object located at the specified index in the internal item list.
Discussion
This method logs a warning if the usesDataSource property is true.