I am using presentModalViewController:
and dismissModalViewController:
with animation set to YES
in both cases, which works fine.
However, after the modal view is dismissed, all of the content on the main view has moved up what looks like 20px. This affects all the view controllers.
Any idea why this happens, and how to overcome it?