首页 > 其他 > 详细

简单易用的动画animations

时间:2015-07-31 10:23:43      阅读:83      评论:0      收藏:0      [点我收藏+]

 

  _tableView_selc.frame=CGRectMake(20, 0, 20,20);

  [UIView animateWithDuration:0.3f animations:^{

 

  _tableView_selc.frame=CGRectMake(20, 50, 20,20);

            }];

 

动画效果:缓慢出现,时间0.3秒

简单易用的动画animations

原文:http://www.cnblogs.com/niexiaobo/p/4691366.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!