Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App back to the foreground stop pulsing #37

Closed
kshysius opened this issue Apr 26, 2016 · 3 comments
Closed

App back to the foreground stop pulsing #37

kshysius opened this issue Apr 26, 2016 · 3 comments

Comments

@kshysius
Copy link

Hi,

I try press home button ant then i back to app PulsingHalo stop pulsing

i try add this in PulsingHaloLayer.m:

  (void)animationDidStop:(CAAnimation *)anim finished:(BOOL)flag {

    if (flag) {
       [self removeAllAnimations];
       [self removeFromSuperlayer];
    }
  }

but not working

@baallalAbderrahim
Copy link

i'm having the same issue , could you help please ?
thanks

@genaks
Copy link

genaks commented May 30, 2016

same here

@shu223
Copy link
Owner

shu223 commented May 30, 2016

I created updated version named "Pulsator" which is written in Swift.

https://github.com/shu223/Pulsator

This problem has been fixed at the repo. Usage is almost same.

@shu223 shu223 closed this as completed May 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants