UberSignature icon indicating copy to clipboard operation
UberSignature copied to clipboard

Provides an iOS view controller allowing a user to draw their signature with their finger in a realistic style.

Results 16 UberSignature issues
Sort by recently updated
recently updated
newest added

This fix addresses Issue #16 where lines would have jagged endpoints when using the Swift version of the library

iOS 13.4 Crash on launching UBSignatureDrawingViewController, it was working fine till upgrading to the latest 13.4.x version. This is what I see in the stack trace, ``` Fatal Exception: NSInvalidArgumentException...

Fix the conflict with the new swipe down gesture to dismiss a controller when it is not presented in full screen.

For such a basic piece of code it would be helpful to provide a working example. Running both the project and workspace result in errors for missing files. For example:...

Fix trace lines left after moving out of bounds

This change makes UberSignature use high fidelity input from the Apple Pencil when provided. This allows for smoother strokes.

https://github.com/uber/UberSignature/blob/master/Sources/Swift/SignatureDrawingViewController.swift#L40 ``` public init(image: UIImage? = nil) { super.init(nibName: nil, bundle: nil) } ``` The passed image is not used or shown in view controller when using this initializer, I...

How to save as base64 in objective c

'UberSignature/UBSignatureDrawingViewController.h' file not found