Who calls the main function of app during the app launch cycle in iOS?

Submitted by: Murtaza
During app launching, the system creates a main thread for the app and calls the app's main function on that main thread. The Xcode project's default main function hands over control to the UIKit framework, which takes care of initializing the app before it is run.
Submitted by: Murtaza

Read Online iOS Job Interview Questions And Answers