jwhyyou
jwhyyou

Reputation: 177

Selecting all outlets on xcode ios 8

I was just wondering how I can select all outlets on xcode ios 8. Some of my labels are on top of each other, so I cant select them.

Thanks

Upvotes: 1

Views: 81

Answers (2)

logixologist
logixologist

Reputation: 3834

If I understand you correctly, you are trying to select some elements but because they are overlapping you can't get to them.

enter image description here

Click on the box with a line in it as show in the illustration and it will show all your elements and you can select it from their. In previous Xcode versions it was an arrow instead of a line.

Thank you @matt for pointing out, that is called the Document Outline.

Upvotes: 0

matt
matt

Reputation: 535306

Probably the most useful secret trick in Xcode's nib editor is to Shift-Control-click on an interface item in the canvas. This gives a menu where you can select that interface item or anything behind it.

Upvotes: 2

Related Questions