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
精彩评论