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 |
Which is the framework that is used to construct application’s user interface for ios?
Which API is used to write test scripts that help in exercising the application's user interface elements?
Explain me what is "delegate"?
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?
What is difference between mvc and mvvm in ios?
What are ibeacons?
What are the functions of managed object context?
How to registering your device with the program portal for iphone development?
Define decoding or deserialization and encoding or serialization?
What is nsobject in ios?
Can viewdidload be called multiple times?