TWRDownloadManager
TWRDownloadManager copied to clipboard
unrealized method
- (void)downloadFileForURL:(NSString *)urlString withName:(NSString *)fileName inDirectoryNamed:(NSString *)directory progressBlock:(void(^)(CGFloat progress))progressBlock remainingTime:(void(^)(NSUInteger seconds))remainingTimeBlock completionBlock:(void(^)(BOOL completed))completionBlock enableBackgroundMode:(BOOL)backgroundMode {
}
TWRDownloadManager.m line 96
in tag 1.2.0 install by pod
Same issue here, empty implementation for the above method