One more thing...
Hello, you're reading Infinum iOS Cocoa Treats, bringing you the latest iOS related news straight to your inbox every week.
Hot Reloading in Swift
What if you didn't need to waste time waiting for your Swift projects to recompile?
Does saving few hours per week sound good enough?
Read More
Articles
How do you adapt your SwiftUI layouts for varying dynamic type size and available horizontal space?
Disable animations on a specific view in SwiftUI and find out how you can replace the deprecated animation(nil) modifier.
We have no way to set the minimum lines of Text in SwiftUI, you can try this hacky approach.
Here is a short story how memory leaks can still happen with weak self.
Apple provides us with a framework to build a proper logging system using the Logger type.
With 'UIApplicationDelegate', 'UIWindowSceneDelegate' and SwiftUI's 'App' type now being around, it may be confusing sometimes.
A dive into the abstract syntax tree and how it could help to make our apps language independent with a comparison of Swift and Kotlin
What's the difference between these two?
News & Updates
WWDC 2022 date announced - opening keynote on June 6th.
Other
From automating builds and releases to taking care of large-scale regression testing, 
here are a few ways GitHub uses GitHub Actions to build itself.
What are the pros/cons of using simple software architectures?