开发者

How to make a rotate animation

i use this code to go to a new nib .

[s开发者_运维问答elf.navigationController pushViewController:statuttableview animated:YES];

Can i change the type of animation ?


Have a look at Custom animation for pushing a UIViewController.

The modalTransitionStyle is only for presenting modal view controllers.


Take a look at the modalTransitionStyle property on UIViewController.

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜