This book will be project based – starting out simple and then getting more complicated. With that in mind, our first iOS app will only be one screen that displays a map. That map will have one pin on it, with the location of my city, Austin, Texas. Feel free to use your own town for this example, of course!
Getting started
The first step is to make sure that you have a recent version of Xcode (at the time of writing, Xcode 11) installed on your Mac. If you’re using earlier versions of Xcode, this code may not compile, and you may not be able to follow directions. Xcode ...