TCBlobDownloadSwift
TCBlobDownloadSwift copied to clipboard
Powerful file downloads in Swift
Hello Everyone, Did anyone implement this framework to use in Xcode with Swift 4? I'm currently having problems using it. I have used the code from documentation but they showed...
Has anyone been able to successfully port this over to Swift 3?
I use this library in my app and fix some issues when found them. If you like my changes, you can approve my pull request
I am using following code to download a file. -(void) downloadFileWithPath:(NSString *)link name:(NSString *)name { NSArray *paths = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES); NSString *documentsDirectory = [paths objectAtIndex:0]; // Fetch path for...
Hi sorry, but your example in your **Readme.md** (https://github.com/thibaultCha/TCBlobDownloadSwift#delegate) docs is not working. I am trying on XCode 7 and iOS 8-9. But delegate methods is not calling when I...
XCode 7 compatibility, Swift 2.0, fixed filename with spaces, OSX version
Just wondering if work is being done to get this working with Swift 2.0?
I see the README states that this supports background downloads, but it seems like it's not yet comprehensive? I'm assuming in order to get basic support, I need to create...