They are both CGRects
and my program behaves the same when I switch one for the other.
views:
34answers:
2
A:
See UIView for documentation.
The frame property specifies the origin and size of a view in superview coordinates. The origin of the coordinate system for all views is in the upper-left corner.
The bounds property specifies the origin in the view’s coordinates and its size (the view’s content may be larger than the bounds size).
willcodejavaforfood
2010-07-13 10:37:35