This is the Code:
SecondViewController *screen = [[SecondViewController alloc] initWithNibName:nil bundle:nil];
screen.modalTransitionStyle = UIModalTransitionStyleCrossDissolve;
[self presentModalViewController:screen animated:YES];
[screen release];
AND TO GO BACK:
[self dismissModalViewControllerAnimated:YES];
Thanks for watching..,