ipraba / EPSignature

Signature component for iOS in Swift
MIT License
797 stars 206 forks source link

Fixed draggable modals with iOS 13 #78

Open gklka opened 4 years ago

gklka commented 4 years ago

iOS 13 modal dialogs can be dismissed by dragging. If you don't prevent this behavior, EPSignature will be unusable. By adding a simple function in the EPSignatureView I was able to fix this.