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 |
Which JSON framework is supported by iOS?
What is difference between static library and framework?
What are the Different types of persistent stores?
Would I be able to keep in touch with some c++ work in the equivalent .m record? Will it compile? Assuming no, what changes would it be a good idea for me to do to compile it?
Difference between ScrollviewdidScroll and didendDecelerating delegates?
What is fast enumeration?
what are all instruments available in Xcode?
What are layer objects and what do they represent?
How to register as a iphone developer?
What are blocks in ios?
Explain formal protocols?
What is grand central dispatch ios?