I'm trying to port my old code for loading files from NSOperationQueue
to NSURLSession
. Almost everything is alright but I can't find how to set priority for loading different tasks. Does anybody know if NSURLSession
supports prioritising at all? And if yes could you show me how, please?
Thanks in advance!
Rost