Create a Model, Mock, and List of Cells

Build an App Like Lego, with SwiftUI — Tutorial 15

Tom Brodhurst-Hill
Next Level Swift
Published in
6 min readJul 7, 2021

--

1. Introduction

A properly architected app is built from the blocks of a view, a model, and some kind of controller or presenter to inject the model into the view. Keeping the responsibilities separated makes the blocks reusable and more easily understood.

--

--

iOS developer and architect for BareFeetWare. Builds apps for enterprise and startups. Runs workshops on building apps like Lego.