iOS 动画

来源:互联网 发布:信贷员靠谱抢单软件 编辑:程序博客网 时间:2024/06/05 01:12

    [UIView beginAnimations:nil context:nil];

    [UIView setAnimationBeginsFromCurrentState:YES];

    [UIView setAnimationDuration:.35];

    self.__titleLabel.frame =CGRectMake(44.0f,-64.0f,232.0f,44.0f);

    m_view.frame = CGRectMake(0, -64, 320, __gScreenHeight + 20);

    m_bottonView.frame =CGRectMake(0,__gScreenHeight, 320,44);

    [UIView commitAnimations];

0 0
原创粉丝点击