iphone 動畫總結

最普通動畫: //開始動畫 [UIView beginAnimations:nil context:nil]; //設定動畫持續時間 [UIView setAnimationDuration:2]; //動畫的內容 frame.origin.x += 150; [img setFrame:frame]; //動畫結束 [UIView commitAnimations]; 連續動畫:一個接一個地顯示
相關文章
相關標籤/搜索