Retrieve all contacts phone numbers in iOS

后端 未结 4 1767
闹比i
闹比i 2020-11-27 06:49

So far I saw methods to get multiple phone numbers if I show a picker so user can select people and then get the phone number. What I want is retrieving all contacts

4条回答
  •  Happy的楠姐
    2020-11-27 07:34

    • AddressBookUI.framework
    • AddressBook.framework

      These 2 frameworks are deprecated in iOS 9

      ---> Apple introduced

    • Contact Framework
    • ContactUI Framework

    Here is uploaded Code using latest frameworks.

提交回复
热议问题