Contents

itemObjectValue(at:)

Returns the object located at the given index within the receiver’s internal item list.

Declaration

func itemObjectValue(at index: Int) -> Any

Parameters

  • index:

    The index of the object to retrieve. If index is beyond the end of the list, an NSRangeException is 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.

See Also

Related Documentation

Manipulating the Displayed List