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.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden
This email sent to email@hidden