shu223 / Pulsator

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

How to add border around circle? #26

Closed victor36max closed 6 years ago

victor36max commented 7 years ago

I didn't see any option to set border properties (color, width), is it possible to do this using the lib?

shu223 commented 7 years ago

@victor36max Pulsator inherits CALayer, so it has properties borderWidth and boarderColor.