[Solved] Using the Swift Contacts Framework
I think it would be best to pull from the device’s Contacts, using the Contacts Framework – in Xcode this is the Contacts.framework package. The Apple site offers some sample code that you might be able to take advantage of in your application. For that you’d need permission from the user by enabling a NSContactsUsageDescription … Read more