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

Refactored the code to incorporate changes with Swift 4.2 XCode 10.1 … #301

Closed arealdeadone closed 5 years ago

arealdeadone commented 5 years ago

Refactored Code in PopupDialog.swift, PopDialog+Keyborad.swift and UIView+Animations.swift to accommodate changes in Swift 4.2. There were multiple errors being thrown when the library was used in Xcode 10.1 for iOS 12. These changes fix these errors.

mwfire commented 5 years ago

Hi @arealdeadone and thx for contributing. Looking at the changes and the failing Travis CI builds, it seems like this is a backport to a previous Swift version. Are your Xcode command line tools matching the Xcode you are running? See "command line tools" https://medium.com/@hacknicity/working-with-multiple-versions-of-xcode-e331c01aa6bc