Xcode Storyboard Shows Blue Frames Around UI Elements. How do I turn this off?

前端 未结 2 1287
耶瑟儿~
耶瑟儿~ 2021-02-18 14:18

I\'m honestly not sure what I did here. I\'ve never seen this before. Xcode is now showing blue frames around every UI Element in my Storyboard. This goes for ALL View Controlle

相关标签:
2条回答
  • 2021-02-18 15:03

    They are the bounds rectangles for your UI elements - they help you see the size of the various elements where it may not be immediately obvious due to background colours etc.

    You can turn them off by going to the Editor menu->Canvas->Show Bounds Rectangles

    0 讨论(0)
  • 2021-02-18 15:09

    In Xcode 9, turn off Editor->Canvas->Show Bounds Rectangles. The rectangles still don't disappear. Turn it back on, and then turn it off again, and the problem should be resolved.

    0 讨论(0)
提交回复
热议问题