You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
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()
The text was updated successfully, but these errors were encountered: