Outline the class hierarchy for a UIButton until NSObject.
Answer / maanya
UIButton inherits from UIControl, UIControl inherits from UIView, UIView inherits from UIResponder, UIResponder inherits from the root class NSObject.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is framework in ios?
What is nonatomic in ios?
what are the new features in Xcode 6?
What is difference between 'assign' and 'retain' keyword?
What is application lifecycle in ios?
what is universal Application?
What does ns stand for ios?
What is dynamic dispatch ios?
Explain difference between release and autorelease?
What is the purpose of reuseidentifier?
Can apk files run on ios?
Is appdelegate a singleton?