Frame A view's
frame
(CGRect
) is the position of its rectangle in the superview
's coordinate system. By default it starts at the top left.
Bounds A view's
bounds
(CGRect
) expresses a view rectangle in its own coordinate system.
Center A
center
is a CGPoint
expressed in terms of the superview
's coordinate system and it determines the position of the exact center point of the view.
No comments:
Post a Comment