suzuki-0000 / CountdownLabel

Simple countdown UILabel with morphing animation, and some useful function.
MIT License
994 stars 190 forks source link

for swift3.0 #14

Open suzuki-0000 opened 7 years ago

suzuki-0000 commented 7 years ago

will create 3.0 branch.

byroncoetsee commented 7 years ago

When? :D

eaglean commented 7 years ago

Hi, Suzuki. Great work!!! When can you update for Swift 3.0 ?

SeRG1k17 commented 7 years ago

@jlong2000 @byroncoetsee I manually updated the project to Swift 3. I do not know how to upload my version here:D I had some problems wit Dispatch and Selectors, but i fix it, if you need my help, tell me, here or in skype - serg1k17

ghost commented 7 years ago

Hi, Any updates on this issue? -Chris

SeRG1k17 commented 7 years ago

17

xpdavidx commented 7 years ago

Hi, I have tryed to used with pod, for swift 3.0 support, but when I'm importing CountdownLabel module, and trying to create instance of CountdownLabel, xcode gives an error: "Use of undeclared type 'CountdownLabel'. Could you please help me?

SeRG1k17 commented 7 years ago

@xpdavidx Sorry for the stupid question, but can you forgot to import?

xpdavidx commented 7 years ago

of-course :), for reproducing, just add it in some existing project's Podfile, run "pod install" then try to use it. If you still will not be able to reproduce it, let me know I will create simple test project for you. At the moment I have added the project (without pod) and it works for me with that way, but with pod it's not working.

anhhtbk commented 7 years ago

@xpdavidx I create project with pod and it's not working. I have same error.

glm4 commented 7 years ago

Same here, undefined type CountdownLabel.

hanishassim commented 6 years ago

@xpdavidx have you solved it? I'm facing the same problem

ahmedtahaaroua commented 6 years ago

@suzuki-0000 this is because the CountdownLabel class is not declared as public, you should declare it as public so we can use it from our client applications thank you