jharwig / PPSSignatureView

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

Added new properties #13

Open sebromero opened 9 years ago

sebromero commented 9 years ago

Added the following three properties: @property(assign, nonatomic) BOOL longPressToEraseEnabled; @property(nonatomic,readonly) NSUInteger vertexCount; @property(weak, nonatomic)id signatureViewDelegate;

This allows to get notified once the signature has changed. Also the vertex count can be read so you can e.g. decide whether a signature is valid / contains enough vertices. Also the long press to erase function can be disabled.

sebromero commented 9 years ago

Any update on this?

kusiak commented 9 years ago

good stuff, thanks for that :)