SKwhy you updating UI on Background thread --> DispatchQueue.global().async. It should be on main thread - --> DispatchQueue.main().asyncComment·Article·Dec 27, 2023·Remove unnecessary "self" references
SKwrong answer, please correct it. Quiz 3: What is the output of the following code snippet?Comment·Article·Dec 11, 2023·Swift Quiz #02 Fundamentals — Integer, Float, and Boolean