So as you’ve probably know already if you’ve tried to customize UITabBarItems, the images you provide are used only to extract the alpha channel. That makes usual stock art not the most applicable, and if you’re as artistically challenged as trolls, you’re not too interested in trying to figure out how to draw that kind of thing yourself.
So the immediate idea is, no doubt, let’s use some of the icons of that type already present in the SDK. Besides saving us trouble, that contributes to a cohesive user experience, and who couldn’t be in favor of that? For example, let’s decide we would like to have a camera image on one of our tabs. So we dig through the simulator resources, which are found at
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator2.0.sdk/System/Library
and we find one that looks like what we want, inside the above at
/PrivateFrameworks/PhotoLibrary.framework/CameraIcon.pngĀ


Wow, thanks for the tip. Almost gave up on using these and wanted to recreate them.
By the way, where did you get the ‘gallery’ icon from?? Can’t seem to find it anywhere, online the camera icon
The one I’m using for ‘gallery’ I found while researching this actually, and it suited the idea better than anything else of the size I could come up with. Here’s the post, icon link is in the reply:
http://stackoverflow.com/questions/292041/custom-uitabbaritem-imagetitle-on-iphone
I am looking for the search icon. Anyone who knows where it is?
I am also having trouble with the online converter, it says: An error was encountered while publishing this resource.
Hey, Ferm, you can get search as a standard button.
http://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/MobileHIG/SystemProvided/SystemProvided.html#//apple_ref/doc/uid/TP40006556-CH15-SW14
Someone should extract all the SDK icons and post them in one convenient package