Pulsator icon indicating copy to clipboard operation
Pulsator copied to clipboard

Animation isn't properly stops.

Open antonkashpor opened this issue 7 years ago • 0 comments

Hello,

I have faced to an issue. After initializing the Pulsator it doesn't stops animation.

Here some example: private func setupPulsator() { pulsator.radius = imageButton.bounds.width - 30 pulsator.numPulse = 3 pulsator.position = imageButton.center imageButton.layer.superlayer?.insertSublayer(pulsator, below: imageButton.layer) pulsator.start() }

And then pulsator.stop() doesn't work.

Where is my mistake?

Thank you

antonkashpor avatar Oct 10 '17 11:10 antonkashpor