Google News
logo
IOS - Interview Questions
Differentiate between a frame and a bound in iOS?
A UIView’s bounds are a rectangle with a size (width, height) and position (x,y) relative to its own coordinate system (0,0).
 
A UIView’s frame is a rectangle with a scale (width, height) and position (x,y) relative to the superview it is located within.
Advertisement