ipraba / EPSignature

Signature component for iOS in Swift
MIT License
797 stars 206 forks source link

Limit signatureView draw space #58

Open adammlevy opened 6 years ago

adammlevy commented 6 years ago

Is there a way to change the size of the drawing space for the signature as a way to control the size of the signature drawn?

X901 commented 5 years ago

it's possible , you need to use UIView in storyboard with size you want and you need to change the Custom Class of the UIView to EPSignatureView

after that drag and drop the UIView to your code so you can customize it and don't forget to add yourUIView.delegate= self