Hi,
I present a modalView using UIModalPresentationFormSheet, when I use
self.view.backgroundColor = [[UIColor clearColor];
everything is working fine. My problem is when I use a UIModalPresentationFullScreen, the color don't want to be clear, even an alpha on the view is not working.
Soemone have an idea?