Im presenting a UIViewController
with a UIModalPresentationCustom
presentation style and the presented UIViewController
has it's main view's backgroundColor
set to clearColor
. I need to allow interactions to the UIViewController
that sits below. Is this possible?
The reason Im doing this is that I have a map that needs to persistently sit below a presented UINavigationController
and I need to allow interactions with it. The presented views may have content that scrolls above it, and at that time I'd like interactivity to stop (which it should by default).