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

Dependencies to Swift 5.0 #320

Closed maxxfrazer closed 5 years ago

maxxfrazer commented 5 years ago

Of course let me know if there's a preferred branch for this PR such as development

maxxfrazer commented 5 years ago

@mwfire Just checking if you've seen this PR? The only real change was: https://github.com/Orderella/PopupDialog/pull/320/files#diff-18f26ca2a38973307ca1bdffc7845839L15 The rest is a result of updating pods which are included in this repo

abbood commented 5 years ago

i tried running based on your code.. but it's not compiling: image

did you test it?

maxxfrazer commented 5 years ago

i tried running based on your code.. but it's not compiling: image

did you test it?

Yes, I did test, and Travis CI compiles the updates with no issues. It's likely an error on your end

Looks like it can't find this function which is defined here: https://github.com/KyoheiG3/DynamicBlurView/blob/579c6a26e72cd6535da44c1b7a0afd587e5b02b4/DynamicBlurView/UIImage%2BBlur.swift

soucolline commented 5 years ago

Just checked @maxxfrazer branch and everything is working fine for me 👍 Any updates on this PR ? would be great to remove those nasty warnings 🙏

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

maxxfrazer commented 5 years ago

@mwfire any chance this PR could be looked at? should be ready to go

maxxfrazer commented 5 years ago

@mwfire keen to get this PR merged

maxxfrazer commented 5 years ago

@mwfire leaving another comment so that the stale bot doesn't come along to close this, still a relevant PR

ilijapuaca commented 5 years ago

@mwfire any chance we can get this merged in? It's the only library many of us use that still adds a nasty warning about outdated Swift version.

It's that small of an annoyance that it doesn't justify targeting a custom fork for me :)

mwfire commented 5 years ago

Hey everyone! Thx for contributing and apologies for my late reply. I am looking at this currently!