You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using SwiftSignatureView in collectionview. Storing signature(UIImage) in datamodule. On reload setting self.signatureView.signature = dataModel.image not working. On each reload It displaying 2 signature one which I draw, not saved and other one is saved in data model. I should always set self.signatureView.signature = dataModel.image if no draw action perform.
The text was updated successfully, but these errors were encountered:
I am using SwiftSignatureView in collectionview. Storing signature(UIImage) in datamodule. On reload setting
self.signatureView.signature = dataModel.image
not working. On each reload It displaying 2 signature one which I draw, not saved and other one is saved in data model. I should always setself.signatureView.signature = dataModel.image
if no draw action perform.The text was updated successfully, but these errors were encountered: