CS 342: Mobile Application Development

Setting up Xcode

There's nothing to hand in for this assignment.

Let's get started with Swift, Xcode, and iOS development.

Apple's iOS tutorial is very good for getting started with Xcode and UI construction, but when they show code, it's Objective C, not Swift. There are also good getting-started resources on the official Swift site, such as the videos linked on this resources page.

You can also search for things like "swift ios tutorial" to get lots of help. I find this one by Ray Wenderlich (and Wenderlich's more advanced tutorials) to be clear, to the point, and well written, but there's tons of other stuff out there. Watch out for dated or obsolete information, of course. Evaluating the suitability of a particular online resource is always a good exercise for your critical reading skills.