I\'m using presentModalViewController and dismissModalViewController with animation set to YES in both cases. This works fine.
presentModalViewController
dismissModalViewController
YES
Aft
Is this app full screen?
I have seen some strange issues regarding apps that hide the status bar. You may try re-hiding the status bar in viewWillAppear or viewWillDisappear on the modal.
[[UIApplication sharedApplication] setStatusBarHidden:YES animated:NO];