What is the use of controller object UIApplication?
Answer / 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 |
What is array in ios?
What major changes released in ios7, ios8, ios9+?
What is wildcard app ids?
Whats the difference between frame and bounds?
A tableview with while tapping on cell show a popOver. and tapping on it move to another view controller, is it possible if yes? then how?
what is universal Application?
How to hide images in ios?
How does the runtime handle message passing? What is message forwarding?
What is mvc and mvvm in ios?
what are the two different smart groups in Xcode?
Explain how do I get a call when my ipad rings?
What happens when we invoke a method on a nil pointer?