-1

Hi I want to create a button that, when pressed, will view a phone number on the iPhone. I don't know if this is possible, but if it is I'd love for someone to help me with this. I dont have any code for it, so someone would need to help me from start to finish. Thanks

user1897355
  • 59
  • 1
  • 3

1 Answers1

2

Here is a link to the Apple Developer site that should get you started:

http://developer.apple.com/iphone/library/documentation/ContactData/Conceptual/AddressBookProgrammingGuideforiPhone/100-Introduction/Introduction.html

It goes over both how to integrate with the Address Book database, and how to just use an Address Book-like view for listing contact information.

http://developer.apple.com/iphone/library/documentation/ContactData/Conceptual/AddressBookProgrammingGuideforiPhone/400-UI_Controllers/UI_Controllers.html#//apple_ref/doc/uid/TP40007744-CH5-SW1

Shekhar Gupta
  • 6,206
  • 3
  • 30
  • 50