

Jon Hoffman
- Jul 9, 2022
- 5 min
Proxy Pattern: Protocol Oriented Design Patterns
The proxy pattern is a structural design pattern. It is a very underrated design pattern and is probably used in some form or another in...
141 views


Jon Hoffman
- Jul 7, 2022
- 2 min
LazyHStack and LazyVStack
Using stacks in SwiftUI enables us to very easily build complex user interfaces with ease. Anyone that has built an app, and has used...
136 views


Jon Hoffman
- Jun 25, 2022
- 2 min
Caching AsyncImage SwiftUI
A while back I was creating a list view where each element in the list displayed an image which was download from a web API and I use...
125 views


Jon Hoffman
- Jun 25, 2022
- 3 min
Swift – Replacing Static Constants with Enums
With other programming languages, we regularly used static and static final variables/constants to hold global values that we needed to...
125 views

Jon Hoffman
- Jun 25, 2022
- 2 min
Mastering Swift Cocktails App
Mastering Swift Cocktails is an Open Source iOS app, written in Swift and uses SwiftUI for the user interface. The code is distributed...
135 views