andreamazz / SubtleVolume

Replace the system volume popup with a more subtle indicator.
MIT License
1.2k stars 63 forks source link

rounded style #20

Closed sevdestruct closed 6 years ago

sevdestruct commented 6 years ago

Not sure where to put this in your code, but could you hook this into your .roundedLine enum style?

overlay.layer.cornerRadius = overlay.frame.height / 2
volume.layer.cornerRadius = volume.frame.height / 2
andreamazz commented 6 years ago

Up in master