I am wondering if the delegate is executing the application:didFinishLaunchingWithOptions: iOS delegate method from the main thread?
Ultimately, I would like to know whether it is safe to put the UI code in this method, and if I block code from it (for example, network interactions).
Thanks.
source share