PAStepper icon indicating copy to clipboard operation
PAStepper copied to clipboard

It does not work on iPhone 4s or earlier iOS version, I guess!

Open CoderGYC opened this issue 9 years ago • 1 comments

The type is not match. @property (assign, nonatomic) CGFloat value;

  • (void)setValue:(double)val

CoderGYC avatar May 03 '15 17:05 CoderGYC

Even in my iPhone 5 simulator also it is not working, would it be same issue ? Ans: I solved this issue by changing the float value to double in below functions.

(void)setValue:(double)val - (void)setStepValue:(double)stepValue

And all the functions which include double as an arguement.

Thanks @CoderGYC

Arpit723 avatar Aug 25 '17 10:08 Arpit723