SwiftUI loading states with a twist; Solving a mutation puzzle
Notes from the SwiftUI Lab:
- Avoid glass overlapping glass
- Avoid glass in anything that scrolls
- Use glass when you want to grab attention
- Remember to put glass in appropriate GlassEffectContainers
- Move tinting away from NavBar into the content that scrolls... See more
Flo writes Codex.com


When I started building chat for our first companion app, I went with SwiftUI for the sake of development speed.
But if chat is the core experience of the app, it MUST FEEL RIGHT! There are table stakes you need to meet... can you do that with SwiftUI?
I immediately realized that List wasn’t... See more
SwiftUI MVVM without the traditional ViewModel Pattern
I was inspired to build out this cool feature for customizing the sections in the Analytics tab in the Trading Journal app. https://t.co/S4FzNYsc6F
James Sedlacekx.com