0
Answer

Outline the class hierarchy for a UIButton until NSObject?

UIButton inherits from UIControl, UIControl inherits from UIView, UIView inherits from UIResponder, UIResponder inherits from the root class NSObject
UIButton ? UIControl ? UIView ? UIResponder ? NSObject