Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get rid of blue borders around transparent objects in XCode

I'm a new XCode developer and as I've started up with some tutorials, I've noticed that as I design my layout, there is a strange blue border around objects that should appear transparent. They actually are transparent when you run the app, it has the borders, as shown in the pictures. I'm wondering if there is a way to get rid of these borders so the storyboard more accurately depicts what the app will look like.

In Storyboard: Storyboard

In App:

In App

Thanks!

like image 228
TheBrownCoder Avatar asked Jun 13 '15 00:06

TheBrownCoder


1 Answers

Perhaps you can uncheck Editor > Canvas > Show Bounds Rectangles of Xcode's menu.

enter image description here

like image 53
kishikawa katsumi Avatar answered Nov 20 '22 20:11

kishikawa katsumi