Getting Set Up
Last updated
Was this helpful?
Last updated
Was this helpful?
Before we get started with Swift for app development, we have to download Xcode.
Download Xcode to your Mac (running High Sierra or Sierra) from the Mac App Store.
Once Xcode has downloaded, open it.
If you are prompted to install additional components for Xcode, click Install and enter the password for an administrator on the machine.
In the dialog that appears, select Create a new Xcode project.
Choose the Single View App template from the resulting dialog.
Give your app a name:
And now that we have the core structure for our app, we're ready to start tinkering.