Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Moving objects that are behind other objects in Storyboard

I often stack objects in IB/Storyboard it's almost impossible to drag objects that are behind other objects without moving the objects in front. Is there anyway I can move the objects that are already selected but are behind other objects? It always selects the object that's at the top when I try to move it or do I have to bring it to the front and move it and then send it back to the back?

Thanks! Alan

like image 567
Alan Avatar asked Feb 13 '13 17:02

Alan


1 Answers

Control + Shift + Click on an object in Interface Builder to see a menu of all of the objects under the mouse.

From: https://stackoverflow.com/a/934152/1374512

like image 52
nvrtd frst Avatar answered Sep 19 '22 13:09

nvrtd frst