_tableView_selc.frame=CGRectMake(20, 0, 20,20);
[UIView animateWithDuration:0.3f animations:^{
_tableView_selc.frame=CGRectMake(20, 50, 20,20);
}];
动画效果:缓慢出现,时间0.3秒
时间: 2024-11-05 00:42:37
_tableView_selc.frame=CGRectMake(20, 0, 20,20);
[UIView animateWithDuration:0.3f animations:^{
_tableView_selc.frame=CGRectMake(20, 50, 20,20);
}];
动画效果:缓慢出现,时间0.3秒