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 @synchronized ,@dynamic
If any app can run in the background, what about battery life?
Differentiate ‘app id’ from ‘bundle id.’ Explain why they are used?
What are the important delegate methods of nsxml parser?
What is iOS?
How do I create a class in xcode?
what is the difference between bounds and frame?
Explain inheritance?
What is variable in ios?
What is appdelegate in xcode?
Assume that system is running low on memory. What can system do for suspended apps?
What is meaning of 'copy' keyword?