2016-10-25 15 views
17

私はちょうど私のプロジェクトをswift 3に移行したところ、クイックヘルプの「see also」コールアウトが表示されていないことがわかりました。すべてのものは、以前のバージョンの迅速に機能していました。以下は私のコードSwift 3エラー:「参照」吹き出しが表示されない

/** 
Adds a See also callout to the Quick Help for a symbol using the See Also delimiter. Multiple See also callouts appear in the description section in the same order as they do in the markup.. 

- author: Tapas Pal 

- remark: Use the callout to add references to other information. 

- seealso: [The Swift Standard Library Reference](https://developer.apple.com/library/prerelease/ios//documentation/General/Reference/SwiftStandardLibraryReference/index.html) 

*/ 
class SeeAlsoMarkup: NSObject { 
    static func doSomething() {} 
} 

され、出力はenter image description here

よう

であるAppleは、このマークアップで何かを変更しましたか?しかし、docはまだ同じことを示しています。

+0

を置き換えますか? – Shamsiddin

+0

まだありません..... :( –

+0

バグのように見えますが、私のために表示されず、この投稿からしばらく経ちました。私の解決策は、**のようなものを使用することです:**参考:** TextField ' – HotFudgeSunday

答えて

1

あなたが解決策を見つけるか#リファレンスによってseeAlsoの

enter image description here

関連する問題