corin8823 / Popover

Popover is a balloon library like Facebook app. It is written in pure swift.
MIT License
2.1k stars 327 forks source link

Avoid blackOverlay view to trap user interactions if not needed #76

Closed gbitaudeau closed 7 years ago

gbitaudeau commented 7 years ago

When showBlackOverlay and dismissOnBlackOverlayTap are false, we not want blackOverlay to be added to view hierarchy to avoid it to trap user interaction.

For instance, if a popover is use to explain a button, we want the user to be able to tap it. Since 1.0.6 it was no more possible.

corin8823 commented 7 years ago

nice PR 👍