How to make a rotate animation

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

提交回复
热议问题