UIView beginAnimations:@"" context:nil];
UIView setAnimationDelay:5];
UIView setAnimationRepeatCount:1];
imgkf.ImageView.layer.anchorPoint = apoint;
imgkf.ImageView.transform = p_in;
// 下面怎么设置颜色??
// ...
UIView commitAnimations];
UIView beginAnimations:@"" context:nil];
UIView setAnimationDelay:5];
UIView setAnimationRepeatCount:1];
imgkf.ImageView.layer.anchorPoint = apoint;
imgkf.ImageView.transform = p_in;
// 下面怎么设置颜色??
// ...
UIView commitAnimations];