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



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

Answer / Arun Kumar Rao

In iOS, the bootstrapping process is handled by the operating system itself. The UIApplicationMain function is called to start the execution of your application, which eventually calls your main function.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

Which object manage the presentation of app's content on the screen?

1 Answers  


What happens if iapplication object does not handle an event?

1 Answers  


What are most ios apps written in?

1 Answers  


What framework is used to construct application's ios user interface?

1 Answers  


What are advantages of arc over mrc?

1 Answers  


Difference between nil and Nil.

1 Answers  


What is nspersistentstore?

1 Answers  


What is retain counts?

1 Answers  


How to edit iphone code

1 Answers  


What is grand central dispatch ios?

1 Answers  


What is block in ios objective c?

1 Answers  


What is meaning of 'atomic' keyword?

1 Answers  


Categories