I am wondering if an iOS app delegate's application:didFinishLaunchingWithOptions:
method executes from within the main thread?
Ultimately I would like to know whether it is safe to put UI code in this method and if I should keep blocking code (like network interactions) out of it.
Thanks.
Yes, it is executed on the main thread.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With