Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在交出通讯录并成功创建它,而没有任何从通讯录中“删除联系人”的选项。
有什么方法可以从通讯录中删除联系人。
我从我那里得到了帮助OS reference library。
OS reference library
我正在使用personViewController方法
personViewController
Take a look at ABPersonViewController+Delete category which does not use any private methods:
https://github.com/shrtlist/ABDelete