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
Explain formal protocols?
What is ios architecture?
What is concurrency in ios?
what does @synthesize do?
What is nsmanagedobjectcontext?
Explain parent-child context setup?
Can my application have multiple models?
Functionality of accelerometer of an iphone
What is the difference between atomic and nonatomic properties? Which is the default for synthesized properties?
How does the runtime handle message passing? What is message forwarding?
What are the application lifecycle in ios?
What is the difference between synchronous & asynchronous task in ios?
How to measure your application's performance on an iphone device?
Why do you generally create a weak reference when using self in a block?
What is uikit framework in ios?