TWRDownloadManager icon indicating copy to clipboard operation
TWRDownloadManager copied to clipboard

unrealized method

Open wulie88 opened this issue 9 years ago • 2 comments

  • (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

wulie88 avatar Jan 16 '16 04:01 wulie88

in tag 1.2.0 install by pod

wulie88 avatar Jan 16 '16 04:01 wulie88

Same issue here, empty implementation for the above method

mabdelmawgud avatar Mar 15 '16 17:03 mabdelmawgud