Daily iOS
UIKit

viewDidLoad and network requests

A teammate kicks off a network request directly in viewDidLoad and updates the UI when the response arrives. What problems can this cause?

Submit