Orderella / PopupDialog

A simple, customizable popup dialog for iOS written in Swift. Replaces UIAlertController alert style.
http://www.mwfire.de
Other
3.96k stars 522 forks source link

Latest version does not compile with Swift 4.2 or 5 #304

Closed sofierPoS closed 5 years ago

sofierPoS commented 5 years ago

As soon as I upgrade to latest Installing PopupDialog 0.9.2 (was 0.8.1)

I get tons of compile errors with both Swift 4.2 and 5

Pls fix...

mwfire commented 5 years ago

Please give it a try with version 1.0.0 and the latest Cocoapods. PopupDialog has been Swift 4.2 compatible for almost half a year now (check out the example project), but projects with mixed Swift versions seem to cause trouble sometimes.

I did not check with Swift 5 so far, so please report your findings. Thx!

sofierPoS commented 5 years ago

works now - thanks!