GJNilsen / YPDrawSignatureView

Capture signature view in Swift and export it as a vector graphics or bitmap
MIT License
308 stars 74 forks source link

Black screen flickering on tapping the edge of the view and unable to draw towards the edge as well #51

Closed iamsanketray123 closed 6 years ago

iamsanketray123 commented 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. Although I am able to draw in the middle of the view. I also get this error message while setting up the custom class to "YPDrawSignatureView" --> Designables - Build Failed and I am using xibs and not storyboard

GJNilsen commented 6 years ago

Im curious why you closed the issue. Did the problem relate to your project, or the signature class? I tried to sign on the edge of the view, and did not get the same outcome as you. Please provide more info if this is a problem related to the class.

iamsanketray123 commented 6 years ago

The problem was in my project and not in the SignatureView. Sorry about that :(

GJNilsen commented 6 years ago

No problem, thanks for clarifying.