jharwig / PPSSignatureView

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

Stroke color property has assign attribute, should be strong #17

Open vocaro opened 9 years ago

vocaro commented 9 years ago

The strokeColor property is defined as:

@property (assign, nonatomic) UIColor *strokeColor;

I think that should be strong, not assign.