Hi All,
Is there any predefined UIViewController/NavigationController in the IPhone API as same as "Info" in "Phone/Mobile" application?
For example, suppose I received a call or dialed a number, which is not stored in address book. Then later I wanna see the details of that number, IPhone navigates me to the "Info" view when I click the "Detail disclosure button" in the calls table view. Exactly I want the same "Info" ViewController. Before going to design my customized UIViewController I just wanna know, is there any predefined ViewController in the API?
P:S: I searched the address book API, but unfortunately I didn't notice any such contoller.
Regards, Prathap.