JakeLin / SaveTheDot

A game developed using UIViewPropertyAnimator
MIT License
805 stars 84 forks source link

SwiftUI Version #6

Open SwiftUILearner opened 4 years ago

SwiftUILearner commented 4 years ago

I wonder how to make a swiftUI version of this beautiful game. Can you please shed some lights. Thanks

JakeLin commented 4 years ago

SwiftUI currently doesn't support UIViewPropertyAnimator yet, please have a look at https://developer.apple.com/tutorials/swiftui/animating-views-and-transitions

SwiftUILearner commented 4 years ago

Thank you.