babylonhealth / DrawerKit

DrawerKit lets an UIViewController modally present another UIViewController in a manner similar to the way Apple's Maps app works.
https://github.com/Babylonpartners
MIT License
781 stars 44 forks source link

Enable gesture #91

Closed gtsiap closed 5 years ago

gtsiap commented 5 years ago

Fixes #88.

The gesture shouldn't be disabled. This is an implicit undocumented behaviour. DrawerKit already has DrawerConfiguration.isDismissableByOutsideDrawerTaps for disabling the the gesture explicitly.