suzuki-0000 / CountdownLabel

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

Characters deprecated - still happening in Swift 4? #33

Open nc14 opened 6 years ago

nc14 commented 6 years ago

Hi - i'm downloading V3 via Cocoapods using Swift 4 and am still getting the compile error for characters is deprecated

I can see there's been a fork to fix this - has it been committed?

nc14 commented 6 years ago

For others - I fixed this by installing the pull request, install with CocoaPods like this ;

pod 'CountdownLabel', :git => 'https://github.com/ShangZhengtao/CountdownLabel.git', :branch => 'master'

run pod install and then pod update

El-Buritos commented 6 years ago

@nc14 thanks