sberrevoets / SDCAlertView

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

Empty action supported. #322

Closed yccheok closed 3 years ago

yccheok commented 3 years ago

Sometimes, when we are using custom view, we prefer not to have any action buttons.

The following change, supports empty actions. (If not, the following function will yield a crash)

Thanks.

sberrevoets commented 3 years ago

Thanks!