sberrevoets / SDCAlertView

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

Swift 5 + backward compatibility #290

Closed florentmorin closed 5 years ago

florentmorin commented 5 years ago

Based on Xcode 10.2 beta 3, source code can be migrated to Swift 5 without any change.

And backward compatibility is guaranteed.

sberrevoets commented 5 years ago

I've removed the compiler conditionals as these methods were in Swift 4.2 anyway. Thanks for submitting!