Xcode beta 4 deprecates all the static Animation types (e.g., basic, spring, and fluidSpring). However, I cannot determine what replaces them. Anyone have any luck figuring this out?
Thank you.
I was looking in the Xcode release notes. I would not have thought to look at any of the OS release notes.
These new APIs do not show up in the developer documentation that comes with Xcode. However, I just looked and they do appear in the online documentation.
tariq235
(Tariq Mohammad)
4
For fluidSpring -
.animation(.interactiveSpring(response: 0.5, dampingFraction: 1, blendDuration: 1))
Change values based on your requirements.