2012-11-04 64 views

回答

2

使用核心動畫塊:

[UIView animateWithDuration:5.0 
       animations:^{ 
        myView.frame = newFrame; 
       } completion:^(BOOL completed){ 
        // done! 
       }]; 
相關問題