Follow along at https://www.hackingwithswift.com/100/40.
This day covers the second and final part of Project 9: Grand Central Dispatch
in Hacking with Swift.
It's centered around extending the project — along with a few past projects — according a set of challenges.
Modify project 1 so that loading the list of NSSL images from our bundle happens in the background. Make sure you call reloadData() on the table view once loading has finished!
- 🔗 Commit
Modify project 8 so that loading and parsing a level takes place in the background. Once you’re done, make sure you update the UI on the main thread!
- 🔗 Commit
Modify project 9 so that your filtering code takes place in the background.
- 🔗 Commit