ipraba / EPSignature

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

Typo in delegate #3

Closed markohlebar closed 8 years ago

markohlebar commented 8 years ago

This is a pedantic issue, a gramatically correct form for this:

optional func epSignature(_: EPSignatureViewController, didSigned signatureImage : UIImage, boundingRect: CGRect)

should be the following:

optional func epSignature(_: EPSignatureViewController, didSign signatureImage : UIImage, boundingRect: CGRect)