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

Fix URLSessionDelegate methods for Swift 4 #64

Closed iv-mexx closed 5 years ago

iv-mexx commented 6 years ago

URLSessionDelegate Methods have been renamed with Swift 4, for that reason the current implementations were not called in Swift 4.

Fixes #61 & #62