EXC_BAD_ACCESS in signatureView.delegate = self
michael-mckenna opened this issue · 4 comments
michael-mckenna commented
I have placed signatureView.delegate = self in viewDidLoad like in the example, yet I'm still getting a crash.
alankarmisra commented
Can you attach a minimal XCode project that reproduces your problem so I can try and ascertain the problem?
michael-mckenna commented
I needed to add "SwiftSignatureView" as the module in the storyboard then it worked.
FahdSaif commented
Hi Michael, I know the issue is closed, but we are faced with the similar error, and thats how i landed here, what do you mean when you say "I needed to add "SwiftSignatureView" as the module in the storyboard then it worked.", how?
JohnLMacFarlane commented