Home > Net >  Getting Blue lines in Storyboard ViewController Xcode 14
Getting Blue lines in Storyboard ViewController Xcode 14

Time:09-16

Image showing blue lines. After XCode 14 update in a day i encounter this almost 10 times. Only solution is every-time i restart xcode. Does anyone has some other solution?

Attached Image

CodePudding user response:

Actually it is not issue or bug. It is one features provided by Apple Inc. in new Xcode version by default. It shows that how actually controls shows on your screen, so it try to show us grid with blue lines when we put any control on storyboard.

Also you can hide those blue lines by

Open app in Xcode --> Select Storyboard --> Editor --> Canvas --> Show Bounds Rectangles

CodePudding user response:

Repeat this step 3 times:

  1. Editor -> Canvas -> Bound Rectangles
  • Related