OSX中的侧边栏图标图像名称

OSX中的侧边栏图标图像名称

本文介绍了OSX中的侧边栏图标图像名称的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

此图标是否包含在Cocoa API中?图标名称是什么?

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

我阅读了HIG,但找不到参考- https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/OSXHIGuidelines/SystemProvided.html#//apple_ref/doc/uid/20000957 -CH92-SW1

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

推荐答案

未记录.图像名称为NSImageNameSidebarTemplate. (IB中的NSSidebarTemplate,尽管仅在运行时可见).

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.

这篇关于OSX中的侧边栏图标图像名称的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-25 18:26