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 […]
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 […]
So far you’ve set up the Book List and Add Book scenes. You added code in their class files to make them functional. In today’s workshop you’ll add code in the BookListViewController class to enable the user to delete a book from the persistent store and to delete a row from the view’s table view […]