nsprogress Questions

1

Solved

I'm downloading multiple files using AFNetworking 3.0 in my project. I want to show single download progress of all files. I added each child progress of each file download to the parent progress. ...
Unlovely asked 7/2, 2016 at 4:47

2

Solved

I have one big task that consist of several subtasks. and I want to add progress reporting for that big task. for that I want to use NSProgress, and according to the class documentation I can do th...
Turnstile asked 16/9, 2014 at 13:54

2

Say I have some hierarchy of NSProgress objects. For simplicity say a root progress with 2 children. If progress has already started can I add another child progress to the hierarchy and expect the...
Mortify asked 21/4, 2014 at 17:23

1

Solved

According to the documentation for NSProgress I see that -[NSProgress localizedAdditionalDescription] can report download speed and time remaining, e.g.: 1.61 GB of 3.22 GB (2 KB/sec) — 2 minute...
Cruzcruzado asked 4/2, 2014 at 14:17

1

Solved

I've been investigating NSProgress but have found the existing documentation, class reference and tutorials to be lacking. I'm mainly wondering if my NSProgress is applicable to my use case. The cl...
1

© 2022 - 2024 — McMap. All rights reserved.