modal 过程中添加动画

    //点击root,也就是红色的任何处,页面会像翻书一样翻转。翻转到first,也就是蓝色的界面。当点击顶部root页面部分的时候,页面会重新翻到root,也就是红色的界面。
  
    FirstViewController *firstView=[[FirstViewController alloc]init];
    UINavigationController *nav=[[UINavigationController alloc] initWithRootViewController:firstView];
    nav.modalTransitionStyle=UIModalTransitionStylePartialCurl;
    [self.navigationController presentViewController:nav animated:YES completion:nil];

posted @ 2014-11-24 15:26  銱ル╬鎯噹  阅读(161)  评论(0编辑  收藏  举报