iOS 下載管理器:IADownloadManager
IADownloadManager 是 iOS 的下載管理器,可實現同時和按順序逐個下載文件。
- Easy to integrate and use iOS download manager.
- Easily download file with the very robust AFNetworking library.
- Deal only with NSURL, you will never have to keep strong or weak references of the Download managers.
- Download files in sequential and parallel order.
- Make sure each file (NSURL) is being downloaded only once.
- Have multiple listener/delegates on a single download operation.
- Download operation unique by URL, never download a URL twice.
- Cache the downloaded file in Memory and on Disk using EGOCache.
- Easily add and remove listeners to observe the download operations.
- Singleton classes for fast access and minimum memory overhead.
- Ensure that the UI Thread is never blocked.
- Delegate or Block event callbacks.
- All of the above in two lines of code.
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!