Buster Benson I need more goals.
I actually made my own useful app mostly from scratch. It’s really simple. It uses the Address Book to allow you to email a phone number, email address, or other piece of contact information to someone.
Two steps:- Click a button, and up pops your address book. Drill down to the email address or phone number that you’d like to send, click on it and the menu takes you back to the front page.
- Click the “Email to whoever you like” button, which opens Mail with “Contact info for So-and-so” and whatever you selected in the body. You have to fill in the To: line manually.
Super simple, but it’s something that I wish the iPhone could do. I’m not going to submit it or anything, since I’m positive that someone else will do it a thousand times better than I have, but it was a very rewarding exercise.
I have one technical question about this. I made the button in Interface Builder, but would like to enable and disable the email button unless after you’ve selected a contact. I couldn’t figure out how to get the button’s reference when it was created in Interface Builder. Anyone know how? Or should I delete it and make the button manually in Xcode?

