开发者

How to make a rotate animation

开发者 https://www.devze.com 2023-03-07 03:27 出处:网络
i use this code to go to a new nib . [s开发者_运维问答elf.navigationController pushViewController:statuttableview animated:YES];

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

精彩评论

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