Questions tagged [ios-contacts]
19 questions
0
votes
1 answer
Is there a clean way to convert a CNPostalAddress to a CNMutablePostalAddress?
I want to modify the values of a CNPostalAddress, which I obtained from the postalAddress property of a CLPlacemark.
Since CNPostalAddress has immutable properties, I want to convert it to a CNMutablePostalAddress. However, there doesn't seem to be…

Tamás Sengel
- 55,884
- 29
- 169
- 223
0
votes
1 answer
How to access iOS Contacts in batches?
I'm trying to implement a contacts reader in Xamarin.iOS which tries to iterate over the iOS contacts in all CNContactStore containers. Instead of loading all contacts into memory, I need to iterate over a contacts resultset batch by batch (paging…

Harindaka
- 4,658
- 8
- 43
- 62
0
votes
2 answers
How to add a contact with multiple phone value by ContactsManager(Kekiiwaa)
I have used to ContactsManager of Kekiiwaa (https://github.com/Kekiiwaa/ContactsManager) and I dont know how to add a contact with multiple phone.
Here is sample code for adding contact with one phone:
[self.contactsManager addContactName:…

Cấn Khắc Nguyên
- 1
- 2
-2
votes
1 answer
swift header file cannot find protocol declaration for 'CNContactPickerDelegate'
I am trying added enough code and information that related this problem.
I want to use native Contact list to get phone numbers. So, i prefer to use "Contacts" framework which is supported iOS9 and above.
When i added these delegates method to my…

Emre Gürses
- 1,992
- 1
- 23
- 28