I'm trying to present a view controller thats only half the height using
[self presentModalViewController:menu animated:YES];
The problem is when it's presented, the view controller ends the same size as the screen. I've also tried making the 'menu' the full size of the screen and changing the view's transparency to white but that doesn't work either.