What is the use of controller object UIApplication?



What is the use of controller object UIApplication?..

Answer / maanya

Controller object UIApplication is used without subclassing to manage the application event loop.
It coordinates other high-level app behaviors. 
It works along with the app delegate object which contains app-level logic.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

Explain @synchronized ,@dynamic

1 Answers  


If any app can run in the background, what about battery life?

1 Answers  


Differentiate ‘app id’ from ‘bundle id.’ Explain why they are used?

1 Answers  


What are the important delegate methods of nsxml parser?

1 Answers  


What is iOS?  

2 Answers  


How do I create a class in xcode?

1 Answers  


what is the difference between bounds and frame?

1 Answers  


Explain inheritance?

2 Answers  


What is variable in ios?

1 Answers  


What is appdelegate in xcode?

1 Answers  


 Assume that system is running low on memory. What can system do for suspended apps?

1 Answers  


What is meaning of 'copy' keyword?

1 Answers  


Categories