iOS动画实现改变frme和contenOffset

    [UIView beginAnimations:nil context:nil];
    [UIView setAnimationDuration:0.4];
    [UIView setAnimationDelegate:self];
    selected.frame =CGRectMake(1024-170,(78-65)/2+8,170,65);
    [UIView commitAnimations]; 

posted on 2017-01-06 20:48  我就是一种相逢  阅读(123)  评论(0编辑  收藏  举报

导航