ergunemr / BottomPopup

BottomPopup provides a popup-like presentation style to any view controller
MIT License
875 stars 88 forks source link

Leave ViewController under Popup accessable #9

Open Urkman opened 5 years ago

Urkman commented 5 years ago

Is there a chance to have the ViewController under the Popup accessable? The User should interact with both the Popup and the underlying ViewController. Like the Maps App...

Urkman commented 5 years ago

Any Idea on this?

ergunemr commented 5 years ago

Hi @Urkman Transition container and dimming view are user interaction enabled views. Disabling dimming view's user interaction is easy stuff, but disabling user interaction property of transition container view causes disabling bottom popup view controller's user interaction too, since it is subview of transition view. But i will search it, and topic is welcome to alternative ideas :)