Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The Sidebar Icon image name in OSX

Is this icon included as part of the Cocoa API? What is the icon name?

Sidebar icon that is shown for applications such as photos and safari

I read the HIG but could not find a reference - https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/OSXHIGuidelines/SystemProvided.html#//apple_ref/doc/uid/20000957-CH92-SW1

like image 859
Jimmy Avatar asked Oct 05 '15 07:10

Jimmy


1 Answers

It's undocumented. The image's name is NSImageNameSidebarTemplate. (NSSidebarTemplate in IB, though it's only visible at runtime).

I don't know though if this is off-limits and whether it will get you rejected.

like image 74
Carlos Precioso Avatar answered Oct 13 '22 11:10

Carlos Precioso