Chapters

Hide chapters

Advanced iOS App Architecture

Fourth Edition · iOS 15 · Swift 5.5 · Xcode 13.2

Before You Begin

Section 0: 4 chapters
Show chapters Hide chapters

Section I

Section 1: 9 chapters
Show chapters Hide chapters

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

  • A Mac running macOS Big Sur or later.
  • Swift 5.5.2: all projects have been written to work with Swift 5.5.2 in Xcode.
  • Xcode 13.2.1 or later. You’ll need Xcode 13.2.1 or later to open and run the example apps included in this book.

If you haven’t installed the latest version of macOS or Xcode, be sure to do that before continuing with the book. The code covered in this book depends on Swift 5.5.2 and Xcode 13.2.1.

This book provides the building blocks for developers who wish to broaden their horizons and learn how architectures can help them build robust and maintainable applications and SDKs.

The prerequisites for this book include an intermediate understanding of Swift and iOS development. If you’ve worked through our classic beginner books — Swift Apprentice and UIKit Apprentice — or have similar development experience, you’re ready to read this book.

To get the most out of this book an understanding of Apple’s new Combine framework would also be helpful. If you’ve worked through our - Combine Asynchronous Programming With Swift book you’ll understand more regarding the reactive programming used within this book.

As you work through the book, you’ll be taken through a deep dive into different architectures for a fictional app named Koober. Each chapter will explain the theory behind each of the architectures first. The second half of the chapters will guide you through how the Koober application utilized the architecture and show you how the architecture was used within the application.

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.