I found out that
The borders of a UIView are a rectangle expressed as a location (x, y) and size (width, height) relative to its own coordinate system (0,0).
The UIView frame is a rectangle expressed as the location (x, y) and size (width, height) relative to the supervision in which it is contained.
But my doubt is in which scenario I will have borders to be used. We will not use frames in
all cases? Do I need to use binding?
source share