jharwig / PPSSignatureView

iOS Signature Capture Demo
MIT License
1.04k stars 234 forks source link

Set transparent layer #7

Closed ilbesculpi closed 10 years ago

ilbesculpi commented 10 years ago

This patch sets the layer transparent, in order to fetch the signatureImage without a white background.

As a side note, the background of the view must be also set to transparent in the storyboard.

ghost commented 10 years ago

Thanks for the transparency. It helped me good.

mamaral commented 10 years ago

Exactly what I needed. Thanks!

jharwig commented 10 years ago

added setters for background and stroke instead