PPSSignatureView icon indicating copy to clipboard operation
PPSSignatureView copied to clipboard

Stroke color property has assign attribute, should be strong

Open vocaro opened this issue 10 years ago • 0 comments

The strokeColor property is defined as:

@property (assign, nonatomic) UIColor *strokeColor;

I think that should be strong, not assign.

vocaro avatar Dec 01 '14 14:12 vocaro