I have a very simple tableview of names (first and last). They all correspond to a name in the device's address book. They also have the date that they were added. I'd like to add the functionality to click a name and send the user to the corresponding contact page. So if they touched Jane Doe, it would take them to Jane Doe's contact page. Is this doable? If not, is there a way that I could at least get the contact's phone number and display it?
Thanks!