Reputation: 755
Since the latest Xcode updates all the elements of a view appear with a blue border in Interface Builder. Is there any way to disable this blue border in each view? When there are many elements in the view this is annoying.
Attached is a sample image
Upvotes: 21
Views: 6466
Reputation: 19
In Xcode:
Editor
canvas
show Bounds rectangles.
This option show/hide the blue lines.
Upvotes: 1
Reputation: 3387
Go in Menu' Editor->Canvas and make sure the option "Show bounds Rectangles" or "Show Layout Rectangles" is disable.
Upvotes: 52