-
I've been working on this app for a while using your module, it seems fine for when the app is in the background but crashes when app is completely killed from the device. Is there any workaround for …
-
I use Signature vIew in my UITableviewcell Uiview.signature not working properly.
Here is my code
@IBOutlet weak var viewSignature: YPDrawSignatureView!
override func awakeFromNib() {
sup…
Ans67 updated
6 years ago
-
Hi,
the declaration of `protocol YPSignatureDelegate` and the `weak var delegate: YPSignatureDelegate?` property aren't declared public.
Thus (at least when `YPDrawSignature` is imported via Cocoapo…
zaggo updated
6 years ago
-
I am not sure is this a bug or intention to have it this way. On iOS, I have a rectangle signaturePad. When I signed either in the center or on the right side, the image returned the signature drawn o…
-
Hi Andrew,
I tried converting the Bitmap being captured to Base64 Encoded string using the following code
```
ByteArrayOutputStream baos = new ByteArrayOutputStream();
signatureView.getImage().compr…