From the course: iOS App Development: Test-Driven Development

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Project setup

Project setup

From the course: iOS App Development: Test-Driven Development

Start my 1-month free trial

Project setup

- [Instructor] The first thing we're going to do is fire up Xcode and start ourselves a new single view application. Just select Create a new Xcode project and leave it set to single view app. I'm going to name mine FilmFest, all one word, and my team is my own developer account, language is Swift, and make sure that the checkbox next to Include Unit Tests is selected. Save this off to your desktop or wherever you'd like and hit Create. Go ahead and navigate to the main storyboard and let's start putting together our simple UI. So for the background of the main view, I want the color to be a nice deep blue that I've already selected. In the object library, let's look for a label and drag that out so we can have a title. Now, for the label text, I'm going to say Film Fest. The color is going to be white. And for the font, let's actually give it something decent. So go into the icon, select Custom. For the family, let's select Cochin. Style is going to be bold italic so we can read it…

Contents