sberrevoets / SDCAlertView

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

Fix bug for long text message overlaps action button #276

Closed Baaroon closed 4 years ago

Baaroon commented 6 years ago

Enable Clip To Bounds for views and replace title/message label baseline constraints with top/button constraints :)

sberrevoets commented 6 years ago

As reported in https://github.com/sberrevoets/SDCAlertView/issues/275

UIAlertController uses (or at least used to use...) baseline constraints - is there any way we can make this work while continuing to use baseline constraints?

sberrevoets commented 4 years ago

Feel free to reopen with the changes requested above!