All Projects → famile → Download

famile / Download

Licence: Apache-2.0 license
No description or website provided.

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Download

WormholyForObjectiveC
Network debugging made easy,This network debugging tool is developed based on the swift version of Wormholy.
Stars: ✭ 21 (-12.5%)
Mutual labels:  nsurlsession
Wormholy
iOS network debugging, like a wizard 🧙‍♂️
Stars: ✭ 2,010 (+8275%)
Mutual labels:  nsurlsession
Bird
🐤 Bird is a lightweight HTTP networking library written in Swift. It is based on Apples new Reactive Framework Combine and focused on maintain- and extendability.
Stars: ✭ 17 (-29.17%)
Mutual labels:  nsurlsession

Download

之前做的一个项目里面用到了下载,涉及到了下载的几个常用功能

  • 断点下载
  • 后台下载(伪后台,需要一些其他的方式保持后台运行,比如:播放音乐,持续定位)
  • 暂停,下载,删除
  • 下载进度,速度的展示

主体是三大模块

DownloadManager(下载管理类)

DownloadObject(下载对象类)

TaskProgressInfo(下载的进度信息)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].