-
Notifications
You must be signed in to change notification settings - Fork 99
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
Comments
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. |
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. |
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 |
done here |
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.
The text was updated successfully, but these errors were encountered: