Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

for swift3.0 #14

Open
suzuki-0000 opened this issue Sep 30, 2016 · 12 comments
Open

for swift3.0 #14

suzuki-0000 opened this issue Sep 30, 2016 · 12 comments

Comments

@suzuki-0000
Copy link
Owner

will create 3.0 branch.

@byroncoetsee
Copy link

When? :D

@eaglean
Copy link

eaglean commented Dec 29, 2016

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

@SeRG1k17
Copy link

SeRG1k17 commented Jan 25, 2017

@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
Copy link

ghost commented Jan 30, 2017

Hi,
Any updates on this issue?
-Chris

@SeRG1k17
Copy link

#17

@xpdavidx
Copy link

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
Copy link

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

@xpdavidx
Copy link

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
Copy link

anhhtbk commented Mar 22, 2017

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

@glm4
Copy link

glm4 commented Apr 4, 2017

Same here, undefined type CountdownLabel.

@hanishassim
Copy link

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

@ahmedtahaaroua
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants