gpt4 book ai didi

ios - Objective-C : Downloading File With Progress Bar

转载 作者:IT王子 更新时间:2023-10-29 08:07:34 25 4
gpt4 key购买 nike

<分区>

我正在尝试放置一个在下载过程中同步的进度条。我的应用程序现在可以使用此代码下载文件...

    pdfData = [[NSData alloc] initWithContentsOfURL:[NSURL URLWithString:@"http://webaddress.com/pro/download/file.pdf"]];

NSString *resourcePDFPath = [[NSString alloc] initWithString:[[[[NSBundle mainBundle] resourcePath] stringByDeletingLastPathComponent] stringByAppendingPathComponent:@"Documents"]];

pdfFilePath = [resourcePDFPath stringByAppendingPathComponent:@"myPDF.pdf"];

[pdfData writeToFile:pdfFilePath atomically:YES];

在这段代码的过程中,应用在下载过程中停止了,这是否正常?现在我想要的是在下载的那个停止时间放置一个进度条。

我试着查看我在网上找到的代码,但我有点困惑,我想我需要一个逐步解释清楚的引用。

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com