sberrevoets / SDCAlertView

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

[Question] Exclude view from being dimmed #296

Closed FrankHeijden closed 5 years ago

FrankHeijden commented 5 years ago

When an alertcontroller is presented, it dims the background window. Is there a way to exclude a view from being dimmed?

sberrevoets commented 5 years ago

Unfortunately that's not an option, because a view gets inserted to overlay everything in the presenting view controller's view. It doesn't provide for cutouts or exclusions in that view. Sorry!