ipraba / EPSignature

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

Update EPSignatureViewController designated initializer #57

Closed ivanlares closed 10 months ago

ivanlares commented 6 years ago

signatureDelegate: EPSignatureDelegate? is nil but we are forced to set a value in the EPSignatureViewController. I made it so we can pass nil for the delegate. This allows us to subclass EPSignatureViewController and set the delegate to self.