سؤال

I have an application that I'm working on that has a UITableView. Each cell has a download button that is supposed to download several files that are tied to that cell. I want to be able to track the progress of each queue that is downloading the cell's files. Has anyone had experience with this kind of task before, and can you point me to a tutorial on how I can accomplish this?

Thanks!

هل كانت مفيدة؟

المحلول

You can try attaching enqueueBatchOfHTTPRequestOperationsWithRequests to each cell.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top