0
我想動畫從1開始增加數字到一個限制(變量),動畫的持續時間是1.5秒。每次當我把這個動畫應該工作方法時間(動畫從0增量(例如:70) INT J = 1;如何做在xcode中增加數字動畫
[UIView beginAnimations:nil context:nil];
[UIView setAnimationDuration: 1.5];
[UIView setAnimationDelegate: self];
do{
self.label.text=[NSString stringWithFormat:@"%ï", j];
}
while(j<=limit);
[UIView commitAnimations];
請幫忙動畫數字的遞增......。 。
啓動定時器謝謝你這麼much..for答案。其實我是xcode的新手 – faris 2012-03-17 09:38:05