I'm using this to bring up a new view
[self presentModalViewController:secondViewController animated:YES];
This completely covers the original view. Is there a way to make the second view translucent so that parts of the original view can still be seen? Can it be done in Interface Builder?