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

Need this in swift 3 #37

Open
chinmaykdas opened this issue Mar 10, 2017 · 4 comments
Open

Need this in swift 3 #37

chinmaykdas opened this issue Mar 10, 2017 · 4 comments

Comments

@chinmaykdas
Copy link

Please update the library to Swift 3. I know Objective-C file can be used in swift but I am trying to make a complete swift project.

@samisharafeddine
Copy link

As you can see, the project hasn't been maintained for more than a year. I don't think that it will be updated to swift anytime soon. I did however rewrite this code in obj-c to fix the deprecated code it has. I suggest you do the same in swift.

@asiby
Copy link

asiby commented Apr 24, 2017

I need to add that if it is ever converted to Swift, then it would be nice if it could still properly expose the API to Objective C (ex. Using @objc annotation, etc.).

Without maintaining that cross language compatibility in swift projects, we will be crippling the iOS libraries pool by trying to be too proactive and deprecating Objective C before Apple does. As a result, this will create a bunch of libraries that cannot be properly be used in iOS projects.

@chinmaykdas, worst or best case scenario, depending on how you see it, is to have a Swift branch where you can contribute the code.

@SagarSDagdu
Copy link

Hi @chinmaykdas , @SamiSharaf , @asiby I've written a DownloadManager in Swift 3 which has similar features to this, you can check it out : https://github.com/SagarSDagdu/SDDownloadManager

@iMokhles
Copy link

done here
#41

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

5 participants