【发布时间】:2013-06-17 03:22:19
【问题描述】:
[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];
【问题讨论】:
标签: objective-c memory-management block