From the course: Building a Note-Taking App for iOS 11 with Swift

Unlock the full course today

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

Create the Xcode project

Create the Xcode project

From the course: Building a Note-Taking App for iOS 11 with Swift

Start my 1-month free trial

Create the Xcode project

- [Presenter] When you open up Xcode you're going to see the Welcome screen. That allows you to quickly create a new project or open an existing project. If you haven't created any project previously, you're not going to see any projects over here, but this is where they'll appear if you've already created a project before. So we're going to create a new Xcode project by clicking the Create a new Xcode project button. Note that you can also do that through the File menu under File, New, Project, or of course use the keyboard shortcut shift + cmd + n. So let's click that button and then that's going to popup the Choose a template for your new project window. Whenever you create a project for iOS, you're going to start with some kind of template. For this course we're going to use the Single View App template. So you'll notice that there's all these different platforms here. Choose iOS, and under the iOS tab choose Single View App. That should be the first option there. This gives us a…

Contents