Native Person View Controller (ABPersonViewController)
Guys,
I want to display a single contact's info using iPhone's native contact display interface (the way KitchenSink does it is not really iPhoney).
Is there any API that I am missing (from Titanium itself or any third party) that mimics ABPersonViewController class?
I am hoping that I don't have to implement it form scratch.