jharwig / PPSSignatureView

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

How to get signature image with transparent background? #12

Open ToanNguyens opened 9 years ago

ToanNguyens commented 9 years ago

I need to get signature image with transparent background? Plz help me out!

liyahemanshu commented 8 years ago

At line 125 set backgroundColor to clearColor in PPSSignatureView.m: self.backgroundColor = [UIColor clearColor];//[UIColor whiteColor];

If uploading image make sure you upload as .png and not @.jpg