mzeeshanid / MZDownloadManager

This download manager uses NSURLSession api to download files. It can download multiple files at a time. It can download large files if app is in background. It can resume downloads if app was quit.
BSD 3-Clause "New" or "Revised" License
1.12k stars 238 forks source link

does not work in swift 4 #61

Closed ifamirhasan closed 6 years ago

ifamirhasan commented 6 years ago

I'm using Xcode 9 and swift 4 but when i add an url to download it start sownload but doesn't continue. but it was working in swift 3 xcode 8

ifamirhasan commented 6 years ago

it does not connect to delegate this is the problem