jdg / MBProgressHUD

MBProgressHUD + Customizations
http://www.bukovinski.com/
MIT License
16.01k stars 3.56k forks source link

Add cornerRadiusAuto property #300

Closed longxdragon closed 8 years ago

longxdragon commented 9 years ago

I want to set the cornerRadius = height / 2, however, i can not get the size of the view when content is changed. So i add a property called 'cornerRadiusAuto' to set the cornerRadius = height / 2 when draw.

matej commented 8 years ago

cornerRadius has been deprecated. Instead the bezelView can now be customized directly.