Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Once you’ve started Xcode, select File→New→New Project. Just like iDecide, for InstaEmail we have one screen and we’re not going to be animating it (like the utility app) or starting with a particular navigation for the app, so again choose the View-based Application targeted for iPhone and name it InstaEmail.
To write an app that can send an email, we’ll need to add a new framework. With the project and its targets highlighted, select Build Phases, expand the Link Binary With Libraries section, and push the + button. Then select MessageUI Framework from the list and click Add.
Just to keep things organized, drag the new Framework into the Frameworks folder.