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?
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.
For your first question, I would think that CGAffineTransform would be the way to go. Using this, I would think something like this could work: