Mac 上的 IOS 开发库离线
我需要 http://developer.apple.com/library/ios/navigation/ 的离线版本
这样的事情存在吗?谢谢
I need a offline version of http://developer.apple.com/library/ios/navigation/
Does something like this exist? thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您的系统中安装了 Xcode,您就已经获得了该文档的离线版本。
在 Xcode 中,转到
Help -->开发者文档
。 快捷方式:Option + Command + ?
。这将向您显示 Xcode 本身加载的文档页面。选择工具栏顶部的Home
按钮。它将显示可用参考库的下拉列表。从菜单中选择 iOS 库。它会向您显示您想要的页面。在 Xcode 中,
Option + 双击符号
:在小窗口中打开所选符号的文档。单击类似书本的按钮,窗口右上角的第二个按钮将打开符号的参考页面。仅当符号的文档可用时,才会启用该按钮。You've already got an offline version of the Doc, if you have Xcode installed in your system.
In
Xcode
, gotoHelp --> Developer Documentation
. Shortcut:Option + Command + ?
. This will show you the documentation page loaded in Xcode itself. Select theHome
button at the top of the toolbar. It will show a drop down list of reference libraries available. Select iOS library from the menu. It will show you the page you want.In Xcode,
Option + Double-Click on a symbol
: Opens the doc for the selected symbol in a small window. Clicking on the book-like-button, the second button from the top-right corner of the window opens the reference page of the symbol. That button is enabled only if the documentation available for the symbol.更新的问题和答案: XCode 文档 - 离线阅读
Simon 描述的截图仍然有效,但帮助菜单已更改。
A more up to date question and answer: XCode Documentation - Offline Reading
The shotcuts Simon describes still work, but the Help menu has changed.