visit(_:)
Tells the delegate that the user updated a contact.
Declaration
func visit(_ event: CNChangeHistoryUpdateContactEvent)Parameters
- event:
The event object that represents a user updating a contact.
Discussion
Inspect the contact in the event that the system provides and update your app’s cached data accordingly.