Re: Hide Interface Builder Object?
Re: Hide Interface Builder Object?
- Subject: Re: Hide Interface Builder Object?
- From: Kevin Cathey <email@hidden>
- Date: Thu, 25 Jun 2009 10:39:58 -0700
Any of Peter's solutions is what I would recommend as well. There is
no built-in way to just "hide" an object from IB's design canvas while
still having be in the document. If you feel this should not be the
case, please file a bug.
Kevin
On 25 Jun 2009, at 01:21, Peter N Lewis wrote:
Some easy solutions would be:
* Create the view programatically - presumably it covers an entire
view (or the content view), so creating the view and sizing it to
the other view would be trivial and not need to be positioned/
adjusted in Interface Builder.
* Move the view to the back in Interface Builder (ie, drag it to the
top of the list in the outline view). Then programatically move it
to the front.
* Offset it by 1000 pixels, and then offset it back programatically.
Enjoy,
Peter.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden