【问题标题】:Where are "System icons" located?“系统图标”在哪里?
【发布时间】:2019-06-05 11:24:31
【问题描述】:

我刚刚下载了 Xcode 11 Beta,开始了一个简单的项目以查看新功能,并在情节提要中看到,当您在“图像”下拉菜单中的 Attributes Inspector 中选择一个按钮/图像时,会出现新的系统图标。我想在我的项目的非 Beta Xcode 中使用这个图标,这些文件在 finder 中的什么位置以便我可以复制它们?

【问题讨论】:

    标签: macos xcode11


    【解决方案1】:

    你可以在这里找到符号:

    /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/CoreServices/CoreGlyphs.bundle/Assets.car
    

    编辑:

    Apple 发布了一款名为 SF Symbols 的 macOS 应用程序,您可以在其中轻松查看和导出这些符号:Apple Design Resources - SF Symbols

    【讨论】:

    • 你不能像在 Xcode 11 中那样使用它们。但是你可以导出你想使用的符号并将它们作为常规断言添加到你的 Xcode 10 项目中。我使用Asset Catalog Tinkerer 应用程序打开了这个.car 文件,并且有导出选定符号的选项。
    • developer.apple.com/design/resources/#sf-symbols 请访问此处并使用 dmg 下载 al 符号
    猜你喜欢
    • 1970-01-01
    • 2021-05-12
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2010-11-17
    • 2011-11-12
    相关资源
    最近更新 更多