How to make a rotate animation

前端 未结 2 1711
谎友^
谎友^ 2021-01-25 12:32

i use this code to go to a new nib .

[self.navigationController pushViewController:statuttableview animated:YES];

Can i change the type of anim

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-25 12:57

    Have a look at Custom animation for pushing a UIViewController.

    The modalTransitionStyle is only for presenting modal view controllers.

提交回复
热议问题