iPhone Question:
Download Questions PDF

What is the use of controller object UIApplication?

Answer:

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.

Download iPhone Interview Questions And Answers PDF

Previous QuestionNext Question
Assume that system is running low on memory. What can system do for suspended apps?How is the app delegate is declared by Xcode project templates?