我想動畫像彈跳一樣的圖像。我能夠反彈它,但我不能推回來。 我使用這個代碼:彈跳圖像的動畫
[UIView beginAnimations:nil context:NULL];
[UIView setAnimationDuration:2.0f];
hair.transform = CGAffineTransformMakeScale(3.0, 3.0);
[UIView commitAnimations];
請幫我..我早上結構在這一點上並沒有能夠解決這個problem.Please幫助我。
這解決了我的問題..謝謝... –
@Sunil,是的,它的工作原理完全按照我的期望。 – Girish