Re: Interface builder : Deleting images from a nib??
Re: Interface builder : Deleting images from a nib??
- Subject: Re: Interface builder : Deleting images from a nib??
- From: Jonathan del Strother <email@hidden>
- Date: Sat, 29 Jan 2005 16:01:28 +0000
On 29 Jan 2005, at 15:55, Gwynne wrote:
On Jan 29, 2005, at 10:50 AM, Jonathan del Strother wrote:
How on earth are you supposed to delete items under the 'Images' tab
in Interface Builder? You can't right-click them, selecting them and
hitting backspace / delete doesn't work, and neither does dragging to
the Trash.
Any other ideas?
Images in the Images tab of an IB nib are derived from the project the
nib is in. They are not stored within the nib itself. To remove an
image from the nib's Images tab, you need to remove the corresponding
image file from the Xcode project. If you need the image in the
project but not in IB, then simply don't use it in IB; it doesn't
increase the size of the nib.
Ahh...that makes more sense. Thanks.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden