[UIView animateWithDuration:...]
在修改了自動布局的約束之後,執行下面代碼實現動畫效果 [UIView animateWithDuration:1.0 animations:^{
[添加了約束的view layoutIfNeeded];
}];
CABasicAnimation
CAKeyframeAnimation幀動畫
CATransition轉場動畫(UIView也有轉場動畫)
CAAnimationGroup組動畫
UIImage *image=[UIImage animatedImageWithImages: duration:];