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 |
Explain differences between foundation and corefoundation
Difference between coredata & sqlite?
What are moments and collections?
What are the limits of accessibility ?
How could you setup live rendering ?
What is autorealease pool?
What is nsmanagedobjectcontext? What are the different concurrency types? Explain them.
Explain me what is "delegate"?
What is grand central dispatch ios?
What is delegate?
what is the method for preventing the quicktime player from capturing streaming videos of ios 8 apps on yosemite while screen recording is on?
Define 'retain' keyword?