Andrey
Andrey

Reputation: 2729

How to open standard phone number view controller

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.

iPhone screenshot

I looking for way, how to open this view controller in my code, and pass phone number to it. Thanks.

Upvotes: 0

Views: 348

Answers (1)

Adam Swinden
Adam Swinden

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

Related Questions