Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Danie1s committed May 1, 2019
1 parent 65e1cb0 commit 390f818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ task?.progress(onMainQueue: true, { (task) in
}
```

下载任务的管理和操作。**在Tiercel中,URLString是下载任务的唯一标识,如果需要对下载任务进行操作,则使用SessionManager实例对URLString进行操作。**暂停下载、取消下载、移除下载的操作可以添加回调,并且可以选择是否在主线程上执行该回调。
下载任务的管理和操作。**在Tiercel中,URLString是下载任务的唯一标识,如果需要对下载任务进行操作,则使用SessionManager实例对URLString进行操作。** 暂停下载、取消下载、移除下载的操作可以添加回调,并且可以选择是否在主线程上执行该回调。

```swift
let URLString = "http://api.gfs100.cn/upload/20171219/201712191530562229.mp4"
Expand Down

0 comments on commit 390f818

Please sign in to comment.