Ios swift – Fetch contacts by phone number wise in Swift
I am accessing all Contacts with name and phone numbers. I am getting an array of CNContact with multiple phone numbers in single CNContact, which is expected. func fetchContacts() { let store = CNContactStore() let keysToFetch = [ CNContactFormatter.descriptorForRequiredKeys(for: .fullName),…