One more thing...
Hello, you're reading Infinum iOS Cocoa Treats, bringing you the latest iOS related news straight to your inbox every week.
TaskGroup as a workflow design tool
Using TaskGroup to design a complete user login-sequence.
Read More
Articles
@StateObject and @ObservedObject have similar characteristics but differ in an important way which can lead to unexpected bugs.
Structs are often encouraged in not only Swift, but certainly in SwiftUI. 
See how to overcome some issues with observing them.
Manage different iOS build environments with .xcconfig files. How to set up environments like debug, staging and release, access info plist values from code and more.
How to make UI-related logic fully testable, even when that logic is primarily used within SwiftUI-based views.
This framework is all about importing, organizing, and preparing a table of data to train a machine learning model.
Other
What are the goals of code reviews and how do we get most out of them?
Reverse engineering United Airline's iOS app to shave 187MB off the total size.
Looking at how to make writing easier to read.