shu223 / Pulsator

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

pulsator not show? #60

Closed fukemy closed 4 years ago

fukemy commented 4 years ago

hi, i add pulsator instance to avatar(UIImageView) in viewDidLoad then start, but i can not see pulsator, can u help?

DispatchQueue.main.async {
            let pulsator = Pulsator()
            pulsator.position = self.avatar.center
            self.avatar.layer.addSublayer(pulsator)
            pulsator.start()
        }
fukemy commented 4 years ago

hi, found problem, image bigger than pulsator radius

sagarsukode commented 3 years ago

You can also check this solution: https://github.com/shu223/Pulsator/issues/15#issuecomment-266441283