fetch(_:)
Causes the receiver to fetch the data objects specified by the entity name and fetch predicate.
Declaration
@IBAction func fetch(_ sender: Any?)Parameters
- sender:
Typically the object that invoked this method.
Discussion
Beginning with OS X v10.4 the result of this method is deferred until the next iteration of the runloop so that the error presentation mechanism can provide feedback as a sheet.