Which is the super class of all view controller objects?
Answer Posted / maanya
UIViewController class. The functionality for loading views, presenting them, rotating them in response to device rotations, and several other standard system behaviors are provided by UIViewController class.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is memory management handled on ios?
What is ios realm?
Which object manage the presentation of app's content on the screen?
What is a delegate xcode?
What is mvvm in ios swift?
What is the use of double question marks (“??”) ?
How core data differs from sqlite?
Explain parent-child context setup. How does it work?
What are ui elements and some common ways you can add them to your app?
Which programming languages are used for ios development?
How will you implement sets and the intersection operation? Complexity?
What is 'private', 'protected' and 'public' ?
Are the nsmanagedobjectcontext queues serial or concurrent?
What is the biggest change with ios 7?
What is singleton in ios swift?