November 2013
Beginner
592 pages
17h 49m
English
CarValet is already configured to be a universal app. At the moment, you cannot run it on an iPad, but as you will see soon, that is only because of some tab bar-specific code. Without that code, you would see a blank screen. This makes sense because the storyboard for iPad, added by Xcode as part of the initial project, is a view controller with an empty view.
You can make any new project universal by using the Device popup in Xcode, as shown in Figure 11-3.
Figure 11-3 Creating a universal project
In this section, you add everything needed to show a split view controller with a basic menu and static detail content. ...
Read now
Unlock full access