Adagio
Adagio

Reputation: 755

UI Elements showing blue border in Interface builder

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

Blue border in each uielement

Upvotes: 21

Views: 6466

Answers (2)

shinning
shinning

Reputation: 19

In Xcode:

  • Editor

    canvas

    show Bounds rectangles.

This option show/hide the blue lines.

Upvotes: 1

Lorenzo
Lorenzo

Reputation: 3387

Go in Menu' Editor->Canvas and make sure the option "Show bounds Rectangles" or "Show Layout Rectangles" is disable.

Upvotes: 52

Related Questions