码迷,mamicode.com
首页 > 其他好文 > 详细

页面跳转添加动画

时间:2014-11-24 18:38:58      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:style   io   color   sp   for   on   bs   ef   nbsp   

    SecondViewController *secondVC=[[SecondViewController alloc]init];
   
    [UIView beginAnimations:nil context:nil];
    [UIView setAnimationDuration:0.9];
    [UIView setAnimationTransition:UIViewAnimationTransitionFlipFromLeft forView:self.view cache:YES];
    [self.navigationController pushViewController:secondVC animated:NO];
    [UIView commitAnimations];

页面跳转添加动画

标签:style   io   color   sp   for   on   bs   ef   nbsp   

原文地址:http://www.cnblogs.com/zhibin/p/4119025.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!