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 all the instruments available in Xcode in iOS operating system?
What is nspersistentstorecoordinator?
What is an ios framework?
Name the app sate which it reaches briefly on its way to being suspended in iOS operating system?
What is delegate method?
What is uitableviewdatasource?
What are most ios apps written in?
When to use nsmutablearray and when to use nsarray?
What are the limits of accessibility ?
What is onboarding and why is it so important for mobile design? : IOS Architect
What is a serial queue?
Explain the difference between developer and enterprise developer accounts?
What is uiviewcontroller in ios?
What are all the difference between iOS3, iOS4 and iOS5?
When dealing with property declarations, what is the difference between atomic and non-atomic?