丢失后设置ToolbarItem图标

时间:2017-04-21 15:44:55

标签: xcode macos macros

我的英语水平有限,可能难以阅读,请理解。 我在项目的ToolbarItem控件中使用NSSidebarTemplate图标。但是每次打开Xcode都会丢失,没有办法使用NSSidebarTemplate。缺失的结果显示在图片中。打开项目会有一个弹出框提示,可能意味着

  

文档“Main.storyboard”内部不一致   找到并修好了。

我无法使用这个NSSidebarTemplate,但大多数其他图标都没有这样的问题,例如NSActionTemplate是正常的

Re open the project in Xcode, there are the following problems

1 个答案:

答案 0 :(得分:0)

它来自Apple的模板项目。图像名称为NSSidebarTemplate。您可以通过深入了解storyboard或xib xml来看到它:

<buttonCell key="cell" type="roundTextured" bezelStyle="texturedRounded" image="NSSidebarTemplate" imagePosition="overlaps" alignment="center" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="zzz-zzz-zzz">

Xcode可能发生了一些变化,使得图像名称在某些时候显示为“未知”,但内部仍然存在。

这也在这里讨论:The Sidebar Icon image name in OSX