UI Elements showing blue border in Interface build

2019-02-16 08:26发布

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

2条回答
时光不老,我们不散
2楼-- · 2019-02-16 08:53

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

查看更多
我想做一个坏孩纸
3楼-- · 2019-02-16 09:06

In XCode:

  • Editor

    canvas

    show Bounds rectangles.

This option show/hide the blue lines.

查看更多
登录 后发表回答