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 |
What are the differences between categories and extensions?
What is dynamic typing in iOS operating system?
What is latest xcode version?
What is synchronous web request and asynchronous ?
What are the design patterns in ios?
Is ios written in c?
What is variable in ios?
What are different instruments xcode supports for app profiling?
What is iphone screen size?
Is viewdidload only called once?
Which devices will this work with ios?
What is the difference between cocoa and cocoa touch?