Google News
logo
Swift - Interview Questions
Which is the superclass of all the view controller objects?
UIViewController class is the superclass of all the view controller objects. The functionality for presenting them, loading views, rotating them is a response to the device rotations. All the standard system behavior is provided by the UIViewController class.
Advertisement