In UIViewPropertyAnimator, is there a way to just stop all UIViewPropertyAnimator animations?
Or perhaps simply get all current animations - then of course you could stop them all.
Can this be done?
Or do you really have to
- (a) do only one per
UIViewPropertyAnimator,
and,
- (b) keep a reference to each of those?