i Use this code to move from one class to another. I don’t use UINavBarController. Can i use another animation when i change th nib ?
FormViewController *formViewController =[[FormViewController alloc]initWithNibName:@"FormViewController" bundle:nil];
formViewController.userImage=imageFb;
[self presentModalViewController:formViewController animated:YES];
Check out the method
If you are supporting less than iOS 5, you can look at these methods: