I got a request on how do I access the address book in the iPhone. So I took around 30 minutes to learn how and here is how we will do it. First create a new View-Based Application and call it addressBook. Now the first thing we want to do is setup the 4 IBOutlets and the 1 IBAction for our project. We also need to include the headers for the address book framework. So open up addressBookViewCont