Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
It’s time to set up the project to manage the BrowseOverflow application and test case sources. Launch Xcode and create a new project based on the Master-Detail Application iOS app template. In the project options, you’ll want to check the Include Unit Tests box, but you won’t need Core Data, so leave that option unchecked. This app will provide only iPhone views, so choose iPhone for the device family. Choose somewhere to save the project, and create a local git repository if you want to work with that version control system.
If you followed along with that paragraph you’ll already have a working app, although it doesn’t really do much. You can build and run it, and enjoy your lovingly crafted product: an empty table as shown in Figure 5.5.