动画

来源:互联网 发布:python和java 编辑:程序博客网 时间:2024/04/28 12:05

[UIViewanimateWithDuration:0.3animations:^{

        toolbarBottom.frame =CGRectMake(0,SCREEN_HEIGHT,SCREEN_WIDTH, TOOLBAR_HEIGHT);

    } completion:^(BOOL finished) {


    }];

0 0