From the course: iOS 17 Development Essential Training
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Creating your first iOS app
From the course: iOS 17 Development Essential Training
Creating your first iOS app
- [Instructor] Once Xcode is installed along with the required components, opening Xcode will take you to the welcome screen, which enables you to quickly create a new project or open an existing project, whether locally or from a repository. To create your first iOS app, create an Xcode project by clicking the Create New Project button here or through the File menu by going to File, New, Project. When creating a new project, you're asked to choose a template for the project. These templates are organized by platform, so you'll see Multiplatform, iOS, Mac OS, et cetera. Selecting a platform gives you options for the type of application or framework you want to create. For this course, we're going to create an iOS app, so in the iOS category, click App, and then hit Next. Here, you're given several options to create your project, many of which don't apply to creating a simple app as we're doing here. The important ones are…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.