I'm using the solid color background, but would like to set its alpha level. Currently I can only do that if I call it after calling a show method. Maybe it'd make sense to add an alpha property to MBBackgroundView that defaults to 1.0f and set that value when presenting the HUD?
I'm using the solid color background, but would like to set its alpha level. Currently I can only do that if I call it after calling a show method. Maybe it'd make sense to add an
alpha
property to MBBackgroundView that defaults to1.0f
and set that value when presenting the HUD?