sberrevoets / SDCAlertView

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

Fix extra height when title and message both are nil in ActionSheetView #236

Closed iBenjamin closed 6 years ago

iBenjamin commented 6 years ago

referenced: https://github.com/sberrevoets/SDCAlertView/pull/187

sberrevoets commented 6 years ago

Thanks for doing this, but now that the library is for iOS 9+ only, I've solved it using a stack view here: https://github.com/sberrevoets/SDCAlertView/pull/251.