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 |
What are selectors in objective-c?
What is difference between atomic and nonatomic in ios?
Which is the super class of all view controller objects?
What are layer objects and what do they represent in iOS operating system?
What is ios viewdidload?
What is UICollectionView ?
Define decoding or deserialization?
What is plist?
What are ios apps written in?
Explain the correct way to manage Outlets memory in iOS.
What is difference between 'assign' and 'retain' keyword?
What manual memory management?