Reputation: 1151
i want to add contact number,name etc from the my application.Is it possible?If yes then please help me.
Upvotes: 0
Views: 245
Reputation: 135588
If you want to present a user interface for the user to create a new record, use ABNewPersonViewController
.
If you already have the data and want to save it to the address book, read Apple's Address Book Programming Guide and then come back with specific questions if you encounter problems.
Upvotes: 3