How to make a rotate animation

前端 未结 2 1682
谎友^
谎友^ 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.

    0 讨论(0)
  • 2021-01-25 13:14

    Take a look at the modalTransitionStyle property on UIViewController.

    http://developer.apple.com/library/ios/#documentation/uikit/reference/UIViewController_Class/Reference/Reference.html

    0 讨论(0)
提交回复
热议问题