PPSSignatureView
PPSSignatureView copied to clipboard
Stroke color property has assign attribute, should be strong
The strokeColor property is defined as:
@property (assign, nonatomic) UIColor *strokeColor;
I think that should be strong, not assign.