I know how to implement the basic animation by moving/resizing a UIView. However, the following two animations seems a bit complicated.
1) Imagine a car game, where when you press on the pedal button the speedometer spins. How to do the kind of animation where the bar "fills up" in a circular shape? Imagine the bars in the following picture but drawn in a circle

2) The second animation is easier to describe. How to do the animation of numbers increasing where the number slides down and the new number appears from the top similar to a slot machine.
