Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

moonman239

Cancelled
Original poster
Mar 27, 2009
1,541
32
I'd kind of like to know if there's a way to add or modify Interface Builder's functionality to accommodate my unique workflow. For example, I'd like to configure Interface Builder so that if there are three overlapping views, one of which is a subview of either of the other two, and I'm working in that subview's parent view, and I click in the area of the subview, IB automatically assumes I want the subview.
 
I don't know about modifying IB, I kinda doubt it. However, if your issue is selecting object in IB, don't use the layout window. There's a window between the file manager and the layout window that shows a list of all the IB objects.

IIRC, the showing/hiding of this object pane is controlled by an icon at the bottom of the Xcode window.
 
I don't know about modifying IB, I kinda doubt it. However, if your issue is selecting object in IB, don't use the layout window. There's a window between the file manager and the layout window that shows a list of all the IB objects.

IIRC, the showing/hiding of this object pane is controlled by an icon at the bottom of the Xcode window.
Thanks.
 
You can also separate out views into their own views in IB and then programatically add them as subview when view view is loaded. This often makes it much more manageable. If views are too complex in IB they can get out of hands. Refactor just like you would a very long method!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.