Search code examples
iosinterface-builderxcode7.3

Clicking an object visually doesn't select it in IB Xcode 7.3


Is there a way to visually outline the selected object in IB?. I noticed that when an object is selected in IB, the object shows selected in the Document Outline but it doesn't in the Design view:

enter image description here

However, if the object happens to have constraints, then there's a frame that gets drawn around it or at least the constraints are shown (depending on the Editor settings you have selected), but there are clues which object is selected in the Design view:

enter image description here

I know that if you click twice on the object, then a deep selection is made, but then you can't move the object; you can just act upon it to other actions but not moving it:

enter image description here


Solution

  • It looks like you have Resize Knobs disabled. These are normally on by default and would outline the selected view.

    To enable them click Editor -> Canvas -> Show Resize Knobs in Xcode.

    Image showing the menu item