2

What is the most essential difference between UIKit Dynamics and UIKit Animation at the animation level?

There is not a lot of information about UIKit Dynamic. I don't know much about it. I just know how to use it. I think this question is related to the hardware level?

Thanks.

holaux
  • 96
  • 3

1 Answers1

2

If by UIKit Animation you mean Content Animations or Views Animation in the documentation it states their specific usage: Animation and Haptics

In case by UIKit Animation you meant Core Animations, maybe this answer can help you more to get an understanding. To sum up it says that the difference relies only in the APIs being more convenient as everything at the end uses Core Animations: https://stackoverflow.com/a/38965402/3564632

denis_lor
  • 6,212
  • 4
  • 31
  • 55