alankarmisra / SwiftSignatureView

A lightweight, fast and customizable option for capturing fluid, variable-stroke-width signatures within your app.
MIT License
320 stars 93 forks source link

Setting UIImage to signature not works. #54

Open RonnyCoder opened 3 years ago

RonnyCoder commented 3 years ago

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.

muruganandham commented 2 years ago

Any updates on this?

pryder-fleetaero commented 1 year ago

I believe it is the same underlying cause as #62