Context threading rules
This is a news app on Core Data. You fetched an Article on a background context (container.newBackgroundContext()), handed the object straight to a view on the main thread, and read article.title. Which statement is correct?
Pick one