是否可以在 Xcode 中使用 swift 文档中的图像?
Is it possible to use images in swift documentation in Xcode?
我知道这在 javadoc 中是可能的,但是在 Xcode 的 swift 文档中这可能吗?本地图像或来自 URL.
不,除了 Playgrounds,您不能为标准 Swift
文档添加图像。对于游乐场,您可以查看这些链接 Add resources to a playground, Images.
我知道这在 javadoc 中是可能的,但是在 Xcode 的 swift 文档中这可能吗?本地图像或来自 URL.
不,除了 Playgrounds,您不能为标准 Swift
文档添加图像。对于游乐场,您可以查看这些链接 Add resources to a playground, Images.