Skip to content

Commit

Permalink
Updated readme file πŸ“
Browse files Browse the repository at this point in the history
  • Loading branch information
ipraba authored Sep 29, 2016
1 parent 3e0b2ae commit cddde85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Properties | Description
### EPSignatureViewController Delegates
```swift
func epSignature(_: EPSignature.EPSignatureViewController, didCancel error: NSError)
func epSignature(_: EPSignature.EPSignatureViewController, didSigned signatureImage: UIImage, boundingRect: CGRect)
func epSignature(_: EPSignature.EPSignatureViewController, didSign signatureImage: UIImage, boundingRect: CGRect)
```

Note: boundingRect will contain the bounds of the signed image retrieved. Crop using this rect to make shorter and small signature images
Expand Down

0 comments on commit cddde85

Please sign in to comment.