IPhone Developer Question:
Download Job Interview Questions and Answers PDF
Which 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.
It works along with the app delegate object which contains app-level logic.
Download IPhone Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
When system is running low on memory. What can system do for suspended apps? | How app delegate is declared by Xcode project templates? |