What is the use of controller object UIApplication?
Answer Posted / 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 View All Answers
Do you know any other changes to ios 7 since wwdc?
What are most ios apps written in?
How are non-atomic and atomic properties different?
What are properties in ios?
What is the latest version of ios?
What is mvc in ios swift?
Explain the application lifecycle in ios?
Explain what is iphone architecture?
Why do we use synchronized ?
What are all the difference between categories and subclasses in iOS operating system?
What is difference strong and weak reference ? Explain.
What are selectors in objective-c?
What is the difference between synchronous & asynchronous task in ios?
What is @dynamic and any place where it is used?
What are delegates in ios swift?