I have a modal view popping up in my iPad app and for some reason it has white, rounded corners.
It might be worth noting I built this model view in my storyboard, n
Try in app delegate: [[self window] setBackgroundColor:[UIColor blackColor]];
[[self window] setBackgroundColor:[UIColor blackColor]];