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];