0

Story Board contain one class like Restaurent Details:

Story Board contain one class like Restaurent Details

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 Answers1

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