-
In my app, I want to save and restore the signature in a `YPDrawSignatureView`.
Therefore, I get the drawn signature and save that as an image. When restoring, I want to set the signature to the vi…
-
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
-
I have a uiview which inherits from YPDrawSignatureView. But when I try to draw a signature towards the edge, the signature is not registered and sometimes the app flickers with a black screen. Althou…
-
Pen colour not working in either XML or Code
sign:penColor="@color/colorPrimary"
signatureView.setPenColor(R.color.colorPrimary);
Both not working, Always using black colour. Please have a lo…
-
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 think bellow code is incorrect
```
public void setBitmap(Bitmap bitmap) {
if (bmp!=null) {
bmp=bitmap;
canvasBmp = new Canvas(bitmap);
postInv…
-
Good job, Fotis!
But your decoding/encoding of `SignedCertificateTimestamp` is not precisely correct. Your problem that you missed just one detail in documentation.
So, definition of the `Signed…
-
Allow the archer and witness to sign the scoresheet on the device's screen.
https://github.com/gcacace/android-signaturepad
https://github.com/simplifycom/ink-android
https://github.com/zahid-ali…
-
Hi,
I need to get array of points (x,y) from UIBezierPath in Obj-C. How can i get it?
![ekran resmi 2017-12-06 14 10 40](https://user-images.githubusercontent.com/8086679/33658961-97c98e44-da8f…
-
iOS SignatureView works fine on development builds installed on device / simulator, but when making a release build the SignatureView itself is completely hidden. Please refer the screenshots below.
…