Download file with progress bar in cocoa?

Posted by happyCoding25 on Stack Overflow See other posts from Stack Overflow or by happyCoding25
Published on 2010-05-26T22:31:17Z Indexed on 2010/05/26 23:01 UTC
Read the original article Hit count: 344

Filed under:
|
|

Hello,

I need to have a progress bar that responds to the percent complete of a download in cocoa. I think this might use things like NSProgressindicator and possibly NSTask. I'm not sure if theres an "official" method to download file in cocoa because up until now I just used curl with NSTask. Thanks for any replies.

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about download