Closed ivanlares closed 10 months 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.
signatureDelegate: EPSignatureDelegate?
EPSignatureViewController
signatureDelegate: EPSignatureDelegate?
is nil but we are forced to set a value in theEPSignatureViewController
. I made it so we can pass nil for the delegate. This allows us to subclassEPSignatureViewController
and set the delegate to self.