From the course: Building Your First iOS 17 App

Unlock this course with a free trial

Join today to access over 24,400 courses taught by industry experts.

Creating your first iOS app

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 multi-platform, iOS, macOS, 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 product…

Contents