Tell me the hierarchy of uibutton.



Tell me the hierarchy of uibutton...

Answer / Ravindra Kumar Suman

{"UIControl": "The superclass of UIButton. It handles user interaction events like touches and gestures.","UIView": "The parent class for all graphical items in a view hierarchy. It contains a frame and subviews that can be added, removed, or manipulated.","UIButton": "A subclass of UIControl that represents a button that the user can tap to perform an action.","UILabel": "An optional subview of UIButton that displays the button's title.","UIImageView": "An optional subview of UIButton that displays an image."}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

Which is the framework that is used to construct application’s user interface for ios?

1 Answers  


 Which API is used to write test scripts that help in exercising the application's user interface elements?

1 Answers  


Explain me what is "delegate"?

1 Answers  


Which app specific objects store the app's content in iOS operating system?

1 Answers   TryTechnicals Pvt Ltd,


Explain differentiate between release and pool drain?

1 Answers  


What is difference between mvc and mvvm in ios?

1 Answers  


What are ibeacons?

1 Answers  


What are the functions of managed object context?

1 Answers  


How to registering your device with the program portal for iphone development?

1 Answers  


Define decoding or deserialization and encoding or serialization?

1 Answers  


What is nsobject in ios?

1 Answers  


Can viewdidload be called multiple times?

1 Answers  


Categories