CATransition *animate = [CATransition animation];
animate.type = kCATransitionPush;
animate.subtype = kCATransitionFromRight;
animate.duration = 1.0;
[[UIApplication sharedApplication].keyWindow.layer addAnimation:animate forKey:nil];
CATransition *animate = [CATransition animation];
animate.type = kCATransitionPush;
animate.subtype = kCATransitionFromRight;
animate.duration = 1.0;
[[UIApplication sharedApplication].keyWindow.layer addAnimation:animate forKey:nil];
本文标题:切换普通ViewController和RootViewContr
本文链接:https://www.haomeiwen.com/subject/egchrxtx.html
网友评论