Skip to content

Instantly share code, notes, and snippets.

@SarahAlsharif
Created August 7, 2020 01:11
Show Gist options
  • Save SarahAlsharif/6435b544a15e831e25457289c00e5826 to your computer and use it in GitHub Desktop.
Save SarahAlsharif/6435b544a15e831e25457289c00e5826 to your computer and use it in GitHub Desktop.
func getContacts() {
DispatchQueue.main.async {
self.contacts = FetchContacts().fetchingContacts()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment