Reputation: 2729
My application will receive some phone numbers, and I want to show these phone numbers to user by stardard iOS phone number view controller, like image attached.
I looking for way, how to open this view controller in my code, and pass phone number to it. Thanks.
Upvotes: 0
Views: 348
Reputation: 1916
The Address Book Programming Guide for iOS covers all the ways you can interact with the user's Address Book. It sounds like you want to add phone numbers to new or existing contacts therefore the User Interaction: Prompting for and Displaying Data will probably be the best place to start.
Upvotes: 3