Ios – Xcode Storyboard Shows Blue Frames Around UI Elements. How to turn this off

interface-builderiosstoryboardxcode

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 Controllers inside it. How can I undo this or fix this?

Please See Screenshot Below:

enter image description here

Best Answer

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

enter image description here