Join ExamsbookAnswer :
What is the use of controller object UIApplication?5
Q: What is the use of controller object UIApplication?
- Show AnswerHide Answer
- Workspace
Answer :
Explanation :
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.