作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
SF Symbols provides a set of over 2,400 consistent, highly configurable symbols you can use in your app. Apple designed SF Symbols to integrate seamlessly with the San Francisco system font, so the symbols automatically ensure optical vertical alignment with text in all weights and sizes.
https://developer.apple.com/design/human-interface-guidelines/sf-symbols/overview/
NSImage(systemName: String)
尝试在 macOS 项目中使用 SF Symbols 时的语法。
最佳答案
SF Symbol 现在可通过 获得macOS 11 .
SF Symbols are available in iOS 13 and later, macOS 11 and later, watchOS 6 and later, and tvOS 13 and later.
NSImage(systemSymbolName: "hammer", accessibilityDescription: nil)
如果您想支持 macOS 10.15 及更低版本,您必须使用 SF Symbols Mac 应用程序并将符号导出为 SVG,然后将其导入回 Xcode 项目中的 Assets 文件。您可以从
here 获取该应用程序.
关于macos - 有没有办法在 macOS SwiftUI 开发中使用 SF Symbols?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58078330/
我是一名优秀的程序员,十分优秀!