文档中的图像Xcode无法正常工作

时间:2016-10-24 12:35:06

标签: ios xcode documentation

我试图在Xcode的文档中显示图像。

像这样:

/**
 An example of using *images* to display a web image

 ![Xcode icon](http://devimages.apple.com.edgekey.net/assets/elements/icons/128x128/xcode.png "Some hover text")

 */
func enableClear() {
    self.cancelIconView.isEnabled = true
}

但是,它最终会像:

enter image description here

我使用与https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/Images.html

中完全相同的示例

0 个答案:

没有答案