How do you add items to the "User Media" category in Interface Builder's "Library" window? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-03T18:53:33Z http://stackoverflow.com/feeds/question/923335 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/923335/how-do-you-add-items-to-the-user-media-category-in-interface-builders-library 4 How do you add items to the "User Media" category in Interface Builder's "Library" window? Brian Webster 2009-05-28T21:37:59Z 2009-05-28T22:32:03Z <p>The "Library" window in Interface Builder provides a "Media" tab that lists various images and sound resources that you can refer to from your nib file. There is a "System Media" item that lists default images provided by OS X, and if your nib is part of an Xcode project, you can also browse through images/sounds included in your Xcode project.</p> <p>There is also a third item called "User Media", but for me at least, nothing is listed under there, and there doesn't appear to be any way to add new items. I've tried dragging images to the window, to no effect, and can't find any obvious location on the hard drive where such images might be stored. How would I go about adding items to this list so I can use them in Interface Builder?</p> http://stackoverflow.com/questions/923335/how-do-you-add-items-to-the-user-media-category-in-interface-builders-library/923534#923534 2 Answer by Dunk for How do you add items to the "User Media" category in Interface Builder's "Library" window? Dunk 2009-05-28T22:32:03Z 2009-05-28T22:32:03Z <p>Media in the current project should be listed there. Try dragging a .png into the resources folder of you xcode project and then re-opening one of the xib's.</p>