Published onFebruary 23, 2022How to (not) initialize @State inside the View's initswiftuiYou should instead use @Binding, @ObservedObject, or a combination between @Binding and @State.
Published onFebruary 5, 2022Interactive animations in SwiftUIswiftuiinteractive-animationstransactionstransitionsExplicit and implicit animations, transactions, timing functions, the mass-spring-damper model, and gesture-driven updates
Published onFebruary 4, 2022A short introduction to SwiftUI animationsswiftuiexplicit-animationsimplicit-animationstransactionstransitionsbeginnerLearn how to fully control SwiftUI animations using transactions, transitions and the Animatable protocol.
Published onJanuary 31, 2022Xcode shortcuts for a keyboard-only workflowinfographicsxcodeproductivityI made a list of curated Xcode shortcuts to keep you away from the trackpad
Published onJanuary 26, 2022SwiftUI animation debug checklistinfographicsswiftuianimationdebuggingSwiftUI animations are great until something goes south. When that happens, most of the time the trouble lies in one of the five items listed here