Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Build An iTunes Search App Requesting Real Data Recap: Requesting Real Data

Emre Havan
Emre Havan
8,569 Points

What queue to execute to get UI update

Isnt it Dispatch queue? Or dispatch.main or dispatch.main.async? I also tried secondary queue serial queue

none of them worked .

I just cant go ahead because of this quiz. Please help.

1 Answer

Alphonso Sensley II
Alphonso Sensley II
8,514 Points

Any updates to the UI need to be performed in the primary queue. AKA Main Queue