我试图在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
}
但是,它最终会像:
中完全相同的示例