Learning SwiftUI - Day 34 of 100

Challenge day for animations. Woof. I did have some fun with the first two challenges — make the correct flag from GuessTheFlag spin when you get it right and then make the other two dim in opacity. Both of those look excellent.

The one I’m struggling on is my own choice. I want to animate a red capsule covering up the selected incorrect answer. I’ve got red capsules covering up the flags, but they’re covering all of them, and then opacity is dimming anyway and woof. It’s been like two hours so I’m calling it for today but I do love playing with it.

(Yes, I know it’s an order problem in there somewhere, but I’m focused on getting it only on the selected answer right now, then I’ll figure out the other issues!)

13 April 2021 100-days-of-swiftui development


Previous post
Learning SwiftUI - Day 33 of 100 Another day, another fun play-around with animations. These are truly super interesting aspects of SwiftUI, and I’d love to dive deep and learn
Next post
Learning SwiftUI - Day 35 of 100 It’s a milestone day! Yay! The challenge today is to build a edutainment multiplication app with configurable settings. I’m diving in, working on it