जॉइन Examsbookउत्तर :
What is the use of controller object UIApplication?5
प्र: What is the use of controller object UIApplication?
- उत्तर देखेंउत्तर छिपाएं
- Workspace
उत्तर :
व्याख्या :
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.

