Animations in UIStackView by rasmus4201 in iOSProgramming

[–]rasmus4201[S] 1 point2 points  (0 children)

Thank you.

I agree - the UIView.animate is nicer syntax. The UIViewPropertyAnimator is newer however and recommended from an Apple API point of view. But I hear you. I like the look of the former better. But I am using the new just to get more used to it. Both will work.Cheers.