View的动画加载

_extendView.hidden = NO;

 

    [UIView animateWithDuration:.5 delay:0 options:UIViewAnimationOptionCurveLinearanimations:^{

 

        _extendView.frame = CGRectMake(0, 64, _size.width, 200);

 

    } completion:nil];

 

posted @ 2015-12-03 14:18  欢欢0919  阅读(87)  评论(0)    收藏  举报