shu223 / Pulsator

Pulse animation for iOS
MIT License
1.42k stars 161 forks source link

Fix disppear animation from background to foreground #3

Closed dealforest closed 8 years ago

dealforest commented 8 years ago

I fixed #2.

The problem had been caused by called animationDidStop(_:finished:) when switched background. so I resolved to call recreate when it becomes the foreground.

Regards.

shu223 commented 8 years ago

Thanks!!!!