标签:style ext color get set com rgb 代码 text os view
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];//就这一句代码
标签:style ext color get set com rgb 代码 text os view
原文地址:http://blog.csdn.net/a1054949000/article/details/24770545