I use a custom UITableView to display some data together with the contacts out of the users address book. I won't to invoke the standard, non-editing, view of a single contact when one this entries is tapped. How do I do that? I mean I know how to figure out wether a contact or one of my custom entries was tapped but how can I invoke this view?
Thanks. Philip