0
Answer

Outline the class hierarchy for a UIButton until NSObject?

Photo of Sachin Bhardwaj

Sachin Bhardwaj

12y
10k
1

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

Answers (0)