Usama Sadiq

Results 2 issues of Usama Sadiq

![screen shot 2016-12-01 at 4 05 00 pm](https://cloud.githubusercontent.com/assets/5149947/20791685/07eb28a0-b7e0-11e6-85b9-1a4fa52d2d06.png)

This is my code which i am using for downloading [[TWRDownloadManager sharedManager] downloadFileForURL:thumbURL.description withName:thumbURL.lastPathComponent inDirectoryNamed:@"Documents" progressBlock:^(CGFloat progress) { NSLog(@"progress %f",progress); } completionBlock:^(BOOL completed) { NSLog(@"completed : %d",completed); } enableBackgroundMode:YES]; But...