self.myScrollView.frame =
CGRectMake(0,
self.stateNavigationHight-216+80,
320, [self
getUIScreenHight]-113);
[UIView
beginAnimations:@"roseImageViewAnimation"
context:(__bridge
void*)self.myScrollView];
[UIView
setAnimationDuration:0.50f];
[UIView
setAnimationDelegate:self];
self.myScrollView.frame =
CGRectMake(0,
self.stateNavigationHight,
320, [self
getUIScreenHight]-113);
[UIView
commitAnimations];//就这一句代码
动画效果 打字延迟,码迷,mamicode.com
时间: 2024-12-27 06:19:34