Chapters

Hide chapters

Concurrency by Tutorials

Second Edition · iOS 13 · Swift 5.1 · Xcode 11

Before You Begin

Section 0: 3 chapters
Show chapters Hide chapters

i. What You Need
Written by Scott Grosch

To follow along with this book, you’ll need the following:

  • A Mac running macOS Mojave (10.14) or later. Earlier versions might work, but they’re untested.
  • Xcode 11 or later. Xcode is the main development tool for iOS. While earlier versions of Xcode should work, the examples in this book have been specifically tested on Xcode 11 and iOS 13. You can download the latest version of Xcode from Apple’s developer site here: apple.co/2asi58y
  • An intermediate level knowledge of Swift. This book teaches concurrency when building iOS applications using Swift. You could use the knowledge acquired in this book for your Objective-C codebase, but this book won’t include any Objective-C examples. You could also use this knowledge for your macOS, tvOS and watchOS apps, but like Objective-C, this book won’t include any examples for these platforms.

If you want to try things out on a physical iOS device, you’ll need a developer account with Apple, which you can obtain for free. However, all the sample projects in this book will work just fine in the iOS Simulator bundled with Xcode, so the paid developer account is completely optional.

Have a technical question? Want to report a bug? You can ask questions and report bugs to the book authors in our official book forum here.
© 2024 Kodeco Inc.