sberrevoets / SDCAlertView

The little alert that could
MIT License
1.86k stars 298 forks source link

allow subclassing blurEffect property #315

Closed salos1982 closed 3 years ago

salos1982 commented 4 years ago

This is necessary to use a dark theme on ios 12

sberrevoets commented 3 years ago

Sorry for the delay, https://github.com/sberrevoets/SDCAlertView/pull/321 will make this property publicly settable which should be enough to change it to any kind of blur you want without the need for subclassing.

Let me know if that isn't sufficient.