Image download without third parties
At an onsite whiteboard you're asked to download images from a list of URLs and show them in list cells, without a library like Kingfisher. Select all the correct statements.
Pick all that apply
Image download without third parties
At an onsite whiteboard you're asked to download images from a list of URLs and show them in list cells, without a library like Kingfisher. Select all the correct statements.
Pick all that apply
NetworkingShort answerBasics
The legacy code has a function that waits on a URLSession response with DispatchSemaphore…
#urlsession #main-thread
NetworkingShort answerIntro
You've inherited an app that does all its networking through URLSession.shared. Can you w…
#urlsession
NetworkingMultiple choiceIntro
In an app that uses URLSession, you want a large file download to keep going after the us…
#downloadtask
NetworkingMultiple choiceBasics
Select all the statements that correctly describe HTTP/2 compared with HTTP/1.1.
#urlsession