This first chapter is meant for beginners in iOS development. I will walk you through the main functionalities of Xcode, your tool to create projects and run code. Then, we will create a simple application: a map displaying a few places.
This way, we will explore some SwiftUI APIs to build the user interface and some basics of Swift such as creating a model. Let’s get started! ...