Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Frame Rectangle" vs. "Layout Rectangle" in Xcode

What's the difference of the two? I haven't found any difference in my projects when using either one, but it's bothering me that I don't know what either is for.

Please advise!

enter image description hereenter image description here

like image 918
SnowboardBruin Avatar asked Jun 05 '12 16:06

SnowboardBruin


1 Answers

The layout rectangle is the apparent visual size of the control. It is different from the actual frame, since there might be drop shadows or inset effects that are outside of the visually distinct portion of the control.

What's the difference between frame and layout in Interface builder's size inspector?

like image 118
geon Avatar answered Oct 23 '22 10:10

geon