Whats the difference between frame and bounds?
Answer / maanya
The frame of a view is the rectangle, expressed as a location (x,y) and size (width,height) relative to the superview it is contained within. The bounds of a view is the rectangle, expressed as a location (x,y) and size (width,height) relative to its own coordinate system (0,0).
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between iOS 3 , iOS4, iOS 5, iOS 6, iOS 7 and iOS 8 (What are the new features)
what does @synthesize do?
Which language is best for ios development?
What is dependency management?
What is mvc in ios?
What is core data?
What ios version onwards arc can be used?
Explain the difference between developer and enterprise developer accounts?
Which are the app’s state transitions when it is launched?
What is polymorphism in ios?
How can mobile application errors be prevented?
Why uicontrol is provided if we can create custom uiview?