-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Swift Essentials
By :

A single view iOS application is one where the application is presented in a single screen, without any transitions or other views. This section will show how to create an application that uses a single view without storyboards. (Storyboards are covered in Chapter 4, Storyboard Applications with Swift and iOS.)
When Xcode starts, it displays a welcome message that includes the ability to create a new project. This welcome message can be redisplayed at any time by navigating to Window | Welcome to Xcode or by pressing Command + Shift + 1.
Using the welcome dialog's Create a new Xcode project option, by navigating to File | New | Project..., or by pressing Command + Shift + N, create a new project and select Single View Application as the template, as shown in the following screenshot:
When the Next button is pressed, the new project dialog will ask for more details. The product name here is SingleView
with appropriate values for Organization Name...
Change the font size
Change margin width
Change background colour