Story Board contain one class like Restaurent Details:
Asked
Active
Viewed 81 times
0

Ronak Chaniyara
- 5,335
- 3
- 24
- 51

Sivaram Yadav
- 3,141
- 3
- 13
- 15
-
Possible duplicate of [How to get rid of blue borders around transparent objects in XCode](http://stackoverflow.com/questions/30813966/how-to-get-rid-of-blue-borders-around-transparent-objects-in-xcode) – Ronak Chaniyara Oct 29 '16 at 05:13
1 Answers
1
That is the expected behavior. Storyboard shows you the frames of the views and considering the auto-layout constrains. You can show/hide more information from the Editor
menu.
Editor > canvas > show Bounds rectangles

shallowThought
- 19,212
- 9
- 65
- 112
-
In case it answered your question, you might want to accept it. – shallowThought Nov 01 '16 at 09:49