Essentially here I want the modal form sheet to be transparent so I can see the UIView behind it (it’s fullscreen).
Is this possible? Setting the UIView to not opaque and a backgroundColor of [UIColor clearColor] doesn’t work.
I’ve noticed when I switch from UIModalPresentationFormSheet to another presentation style my view’s background is indeed transparent.
Where have I gone wrong?
As far as I can tell this is no longer possible. It used to be but Apple has disabled this functionality.
What I’ve done instead is to just create my
UIViews like normal and add them as subviews to my main view. I have to dismiss my form sheet and then do this presentation.