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

Making Downloads stay until dismissed #1

Closed MaxHasADHD closed 11 years ago

MaxHasADHD commented 11 years ago

You should make it so the downloads stay on the list, even if user closes app fully and reopens that all downloads stay on the list until the user deletes them.

mzeeshanid commented 11 years ago

Will update in a weak with new logic and new idea.