首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

UIView 用法示范

2012-08-22 
UIView用法示例? [UIView beginAnimations:nil context:nil]??[UIView setAnimationDelay:0.8]??[UIView

UIView 用法示例

? [UIView beginAnimations:nil context:nil];
??[UIView setAnimationDelay:0.8];
??[UIView setAnimationDuration:6.5];
??[UIView setAnimationCurve:UIViewAnimationCurveLinear];
??[UIView setAnimationWillStartSelector:@selector(yourmethod)];
??[UIView setAnimationDidStopSelector:@selector(yourmethod)];
??[UIView setAnimationDelegate:self];
??[_backgroundImage setCenter:CGPointMake(20,650)];
???[UIView commitAnimations];

热点排行