您的位置:首页 > 移动开发 > IOS开发

iOS 动画

2014-04-11 11:06 169 查看
    [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];
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: