标签:
_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