SebastianBoldt / Jelly

🌊 - Jelly is a library for animated, non-interactive & interactive viewcontroller transitions and presentations with the focus on a simple and yet flexible API.
http://www.sebastianboldt.com/
MIT License
2.45k stars 121 forks source link

User should be able to enable or disable background tap dismissal #14

Closed SebastianBoldt closed 7 years ago

SebastianBoldt commented 7 years ago

Currently, it is not possible to enable or disable the background tap that dismisses the viewController. A JellyPresentation Object should provide an option for that, so users of Jelly can decide by their own, if background typ dimissal should happen or not.