i use this code to go to a new nib .
[self.navigationController pushViewController:statuttableview animated:YES];
Can i change the type of anim
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