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 |
What are all the newly added frameworks iOS 4.3 to iOS 5.0?
What is code signing in iOS operating system?
What are “strong” and “weak” references? Why are they important and how can they be used to help control memory management and avoid memory leaks?
Does ios supports multi-tasking functionality?
Can we support the same application for iphone 3gs and iphone 5, 6, 7? Why not?
What is ios design?
Explain parent-child context setup. How does it work?
What are the skills required for ios developer?
What is dispatch queue in ios swift?
Why core data is faster than sqlite?
Where do you test the developed apps if you do not have the device?
Enlist frameworks for cocoa touch?