I have found out that
The bounds of an UIView is the rectangle, expressed as a location (x,y) and size (width,height) relative to its own coordinate system (0,0).
The frame of an UIView is the rectangle, expressed as a location (x,y) and size (width,height) relative to the superview it is contained within.
But my doubt is in which scenario I will have the bounds to be used . Cant we use frames in
all the cases ? Is there a need to use the bound ?