Which is the super class of all view controller objects?
Answer / 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 |
In which language ios is written?
What is App Bundle in iOS operating system?
0 Answers TryTechnicals Pvt Ltd,
What is UITableView?
How to de-symbolicate crash log?
What are the viewcontroller lifecycle in ios?
Explain what is storyboard?
Explain what is the stack of autorelease pools. How autorelease pool work under the hood?
what is Xcode command line tools package?
Difference between categories and extensions?
How can an operating system improve battery life while running an app?
Did you used CLRegion? How its working?
What is delegate in ios with example?