Outline the class hierarchy for a UIButton until NSObject.
Answer Posted / 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 |
Post New Answer View All Answers
What are the application lifecycle in ios?
What language is ios written in?
What is delegate protocol in ios?
What are the location services?
Name the application thread from where uikit classes should be used?
what is the difference between nonatomic & atomic ? which is thread safe and why
How to do upload of large sized video file to server ? while uploading user presses “Homebutton” How long will execute?
What is Automatic Reference Counting (ARC) in iOS operating system?
Can we use ssl to encrypt the app communication?
What is category and class extension? How these differ?
What is nsuserdefaults? What type of data can we store there?
What is the purpose of ios?
Why is iboutlet weak?
What is the difference between delegates and notifications in iOS operating system?
Explain what is ios?