美文网首页iOS动画架构师之路
10、模态 转场动画设置

10、模态 转场动画设置

作者: 天听云道 | 来源:发表于2016-03-05 14:39 被阅读59次
    //-----翻书效果
    UIViewController *VC = [[UIViewController alloc] init];
    VC.modalTransitionStyle    = UIModalTransitionStylePartialCurl;
    [self presentViewController:VC animated:YES completion:nil];
    

    相关文章

      网友评论

        本文标题:10、模态 转场动画设置

        本文链接:https://www.haomeiwen.com/subject/qyzokttx.html