object(at:)
Returns the object at the given index path in the fetch results.
Declaration
func object(at indexPath: IndexPath) -> ResultTypeParameters
- indexPath:
An index path in the fetch results.
If
indexPathdoes not describe a valid index path in the fetch results, an exception is raised.
Return Value
The object at a given index path in the fetch results.