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 |
Explain keywords alloc and new?
What is gcd in ios?
What are all the difference between iOS3, iOS4 and iOS5?
How to silent the noisy keyboard?
What are the differences between categories and extensions?
Explain retain counts
Can a "delegate" retained in ios?
What is a background thread?
Which are the ways of achieving concurrency in ios?
How do you create a fetched property?
What does exc_bad_access mean?
What is grand central dispatch ios?