码迷,mamicode.com
首页 > 其他好文 > 详细

动画效果 打字延迟

时间:2014-05-01 22:16:12      阅读:362      评论:0      收藏:0      [点我收藏+]

标签: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];//就这一句代码


动画效果 打字延迟,码迷,mamicode.com

动画效果 打字延迟

标签:style   ext   color   get   set   com   rgb   代码   text   os   view   

原文地址:http://blog.csdn.net/a1054949000/article/details/24770545

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!