美文网首页
切换普通ViewController和RootViewContr

切换普通ViewController和RootViewContr

作者: e7b2d037d29a | 来源:发表于2017-08-10 12:00 被阅读0次

    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