suzuki-0000 / CountdownLabel

Simple countdown UILabel with morphing animation, and some useful function.
MIT License
1.01k stars 192 forks source link

Xcode 10.1 and Swift 4.2 #43

Closed shoaibnomani closed 5 years ago

shoaibnomani commented 6 years ago

Please include support for xcode 10 and swift 4.2. I'm getting a lot of errors.

allstar456 commented 5 years ago

in the pods, selected CountdownLabel targets, then in the "Build Settings" -> "Swift Compiler Language" , chose Swift 4.2(defualt 4.0)

shoaibnomani commented 5 years ago

in the pods, selected CountdownLabel targets, then in the "Build Settings" -> "Swift Compiler Language" , chose Swift 4.2(defualt 4.0)

Thank you. The issue was resolved.