views:

59

answers:

1

Anyone know of a good tutorial on how to animate/transition an UIImageView into view like how they did in the ABC aplication

A: 

I was able to do this using the[UIView beginAnimate] ... [UIView committAnimate] it was really simple.

Vilasack