ios 转场动画
2016-12-22 本文已影响36人
JakieZhang
简单的一句话,转场动画
//转场动画
[UIViewtransitionWithView:self.imageViewduration:2options:UIViewAnimationOptionTransitionFlipFromRightanimations:^{
self.imageView.image= [UIImageimageNamed:@"footRight_16"];
}completion:nil];