Contents

object(at:)

Returns the object located at the specified index.

Declaration

func object(at index: Int) -> ObjectType

Parameters

  • index:

    An index within the bounds of the fetch result.

Return Value

The object located at index in the fetch result.

Discussion

Raises a range exception if index is beyond the end of the fetch result (that is, greater than or equal to the value of the count property).

See Also

Querying a Fetch Result