ZCAnimatedLabel icon indicating copy to clipboard operation
ZCAnimatedLabel copied to clipboard

ZCTransparencyLabel disappearance animation not working

Open s1ddok opened this issue 8 years ago • 1 comments

I'm using ZCTransparencyLabel in my application, but apparently disappearance animation has some kind of bug since it just stops working in the middle of animation, then stuck for a moment and disappear completely.

I wish somebody could look into that.

s1ddok avatar Jun 25 '16 15:06 s1ddok

Workaround for that looks like this:

zcLabel.attributedString = zcLabel.attributedString

But honestly it is very bad. Disappear animation should work without string re-assigning.

s1ddok avatar Jun 25 '16 15:06 s1ddok