How to get standard Mac OS X icons to use in your app?

前端 未结 3 459
无人及你
无人及你 2021-01-18 22:50

How do you get standard Mac OS X icons to use in your design / app?

By standard icons I mean toolbar icons from this screenshots:

Is there a location where

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-18 23:00

    Not all of those are standard. For the ones which are, you use +[NSImage imageNamed:] with one of the system-defined image name constants, such as NSImageNameGoLeftTemplate or NSImageNameIconViewTemplate.

提交回复
热议问题