您的位置:首页 > 其它

presentModalViewController的动画

2012-11-14 15:36 447 查看
转来的,没验证,,,以后有需要的时候在看

self.myPushNav = [[MyPushNavViewController alloc] init];

CATransition *animation = [CATransition animation];

animation.duration = 5.0;

animation.timingFunction = UIViewAnimationCurveEaseInOut;

animation.type = @"pageCurl";

animation.subtype = kCATransitionFromLeft;

[self.view.window.layer addAnimation:animation forKey:nil];

[self presentModalViewController:myPushNav animated:NO];
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: