-
It's confusing, for new developers especially, to see errors that look fatal but really aren't.
e.g.
/Users/susancrayne/ResearchStackFork/ResearchStack/backbone/src/main/java/org/researchstack/backbo…
-
I need to remove a specific area . Not the entire area.
So i tried changing pen color with transparent, but it clear a rect area.
I just need to remove specific line.
Please tell me how to do it.
-
Stack Trace
```
[01:45:49]: -------------------------------------------------
[01:45:49]: --- Step: Verifying required fastlane version ---
[01:45:49]: -----------------------------------------------…
-
Signature view always persist in memory, when i analyzed using Instruments. When i looked into it in "Allocations", SignaturePadView (CALayer) Persistent count is keep on increasing every time when i …
-
Hello,
I'm trying to build a swagger-ui distribution on windows 7, but I have some issues with npm, cake and handlebars configuration.
I found a previous bug fix #68 but it doesn't work for me.
Has …
-
Hi,
how can i check if it is signed or not?
i checked;
NSData *signatureData = [self.signatureView signatureData];
if (signatureData.length==0) {
//
}
but if just touched the view nsdata size …
uzman updated
9 years ago
-
Hi Andrew,
I tried converting the Bitmap being captured to Base64 Encoded string using the following code
```
ByteArrayOutputStream baos = new ByteArrayOutputStream();
signatureView.getImage().compr…
-
I downloaded the example and attempted to build it and got the following error:
`Apple LLVM compiler 4.2 Error`
`Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain…
-
Hello,
I'm getting the "Undefined symbols for architecture x86_64:" error when trying to run unit tests using pods in a project.
I can build and run just fine, but unit testing fails to run.
```
…
-
When placing 2 SignatureView's in one viewcontroller the same signature is being returned. I adapted the example to contain 2 signature views (https://github.com/Koenkk/SignatureViewExample iPad only)…