andreamazz / SubtleVolume

Replace the system volume popup with a more subtle indicator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rounded style

sevdestruct opened this issue · comments

commented

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

Up in master