In this workshop you will learn how to use Xcode Assistant editor to quickly preview the application’s layout on different devices. Before you be begin I assume the following: You installed Xcode 6 on your Mac You created an iOS project called Swift Variable; if not then read Workshop 2 In the olden days, you had to run […]
Category: Swift App Development
The goal of this chapter is to show you how to use Xcode 6 IDE to design an iOS application’s user interface by adding controls on the storyboard scene and setting attributes of the scene’s controls. Before you begin I assume the following: You installed Xcode 6 on your Mac You’ve created an iOS project called […]
In this workshop I debrief you on the five main areas of Xcode 6 Integrated Development Editor (IDE for short) and the Swift Programming Language. Xcode 6 IDE is divided up in 5 main areas as shown in the image below. You should print this pdf file, Xcode Shortcuts B_W. It is a complete list of Xcode […]
Welcome to the Swift and Xcode 6 Demystified online course. The course material is presented as workshops and you are reading the first one. In it you will learn how to use Xcode 6 Beta to create a new iOS project. So before you begin the workshop I assume the following: You downloaded and installed Yosemite […]
Before you can create applications that run on these iOS devices, you have to download Apple’s Software Development Kit (SDK). The SDK is used by iOS developers to create applications that run on these iOS devices. Figure 1: Apple’s iOS Devices The SDK is also used by Mac developers to create applications that run on Mac […]