[UIView animateWithDuration:0.2
delay:0.0f
options:UIViewAnimationOptionCurveEaseIn
animations:^{
self.imgViewEnterFrame.alpha = 1.0 ;
self.imgViewOutofFrame.alpha = 0.0;
self.imgViewEnterFrame.frame = self.rectEnterGoodFrame;
}
completion:nil];
问问题
150 次