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
What is mvvm in ios?
How we can do multithreading in ios?
What is category and class extension?
What is category in ios?
Define decoding or deserialization?
Garbage collector in iphone?
What is @synthesize in objective-c ?
What is view object in iOS operating system?
How to measure your application's performance on an iphone device?
Differentiate ‘app id’ from ‘bundle id.’ Explain why they are used?
How do you setup/initialise a core data stack in your application? Is this activity performed on main thread? If not, why?
What is block in ios?
What three types of navigation styles are used in ios?
Enlist the methods to achieve concurrency in ios?
Explain xib?