RQShineLabel icon indicating copy to clipboard operation
RQShineLabel copied to clipboard

Incorrect value is used?

Open ZhiyuanSun opened this issue 7 years ago • 1 comments

https://github.com/zipme/RQShineLabel/blob/master/Classes/RQShineLabel.m#L149

I guess it's

self.endTime = self.beginTime + duration;

instead of

self.endTime = self.beginTime + self.shineDuration;

ZhiyuanSun avatar Jul 09 '18 18:07 ZhiyuanSun

Same as #15

warpling avatar Feb 13 '20 13:02 warpling