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

Stops working on all controllers except initial view controller #43

Open
Hsanka6 opened this issue Feb 27, 2017 · 1 comment
Open

Stops working on all controllers except initial view controller #43

Hsanka6 opened this issue Feb 27, 2017 · 1 comment

Comments

@Hsanka6
Copy link

Hsanka6 commented Feb 27, 2017

I have this code on my initial view controller and then on my second view controller but it only works on the first view controller.
let halo = PulsingHaloLayer()
halo.position = view.center
view.layer.addSublayer(halo)
halo.backgroundColor = UIColor.blue.cgColor
halo.animationDuration = 3
halo.repeatCount = 3
halo.start()

@mkdk
Copy link

mkdk commented Sep 2, 2017

actually, it works only with initial view :(

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

2 participants