From the course: iOS Development: Threading and Grand Central Dispatch

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Optimizing the collection view

Challenge: Optimizing the collection view

From the course: iOS Development: Threading and Grand Central Dispatch

Start my 1-month free trial

Challenge: Optimizing the collection view

(upbeat electronic music) - [Instructor] In this challenge, we are displaying solar system images from the solar system scope website into a collection view. Run the app and you will notice it will eventually load the images, however, very slowly. The app is fast downloading all the images, then updating the UI. We need the images to download asynchronously and not block the main thread. How will you solve this issue?

Contents