Skip to content

Commit

Permalink
进度数字改成百分号形式
Browse files Browse the repository at this point in the history
  • Loading branch information
jjosin22 committed Jul 22, 2017
1 parent a562714 commit f964132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions JSDownloadViewDemo/JSDownloadView/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ - (void)downTask{
//1M
// NSString*url = @"http://obh6cwxkc.bkt.clouddn.com/146621166967.jpg";
//26M
NSString*url = @"http://obh6cwxkc.bkt.clouddn.com/iStat%20Menus.app.zip";
// NSString*url = @"http://obh6cwxkc.bkt.clouddn.com/iStat%20Menus.app.zip";
//文件比较大 200M
// NSString*url = @"http://obh6cwxkc.bkt.clouddn.com/Command_Line_Tools_OS_X_10.11_for_Xcode_7.3.1.dmg";
NSString*url = @"http://sw.bos.baidu.com/sw-search-sp/software/e81362253956d/thunder_mac_3.1.0.2968.dmg";

[self.manager downloadWithURL:url
progress:^(NSProgress *downloadProgress) {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f964132

Please sign in to comment.