skip to Main Content

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

3

Answers


  1. 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

    Login or Signup to reply.
  2. Repeat this step 3 times:

    1. Editor -> Canvas -> Bound Rectangles
    Login or Signup to reply.
  3. These sre the features simply change it go in the editor and do the following

    Storyboard> Editor> Canvas> Show Bounds Rectangles

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search