Reputation:
HI all,
I am developing an application which relates with ABAddressBook. The issue is I want to create a new record and add it to the AddressBook. But in api docs , I didnt find any thing related to creating a new record .
Best Regards, Mohammed Sadiq.
Upvotes: 1
Views: 353
Reputation: 170859
You can use ABPersonCreate function to create new person record or ABGroupCreate to create a group.
You can also use standard ABNewPersonViewController which provides native UI to create and fill data for a person record.
Upvotes: 1