1 min readJan 11, 2018
UIViewController is even a subclass of UIView.
No; actually both are subclasses of UIResponder (which is itself a subclass of NSObject). It's at the very bottom of each class's documentation page:
https://developer.apple.com/documentation/uikit/uiview?language=objc