Conversation
| public func canvasViewDidEndUsingTool(_ canvasView: PKCanvasView) { | ||
|
|
||
| public func canvasViewDrawingDidChange(_ canvasView: PKCanvasView) { |
There was a problem hiding this comment.
This change was necessary to get the signature output to update correctly. If this is going to break things, an extra method could be added to the SwiftSignatureViewDelegate instead.
|
@alankarmisra are you planning to review and merge soon? Could you also fix the error caused by #75 (comment) and mentioned here: #76. |
PR #77 should solve this issue and changes the version to 3.2.6 With the current PR #73 of symes-s you could add SwiftUI support (could change version to 3.3.0). |
|
@symes-s I'll look into this for the next release. Been a bit overwhelmed with regular life :/ |

Added a SwiftUI wrapper for the UIView
See the preview for example usage