1、在线安装
2、网页下载再安装
如果你直接在Xcode中下载太慢了,那可以试试第二种方法。
第一步:下载文档
打开浏览器输入一下网址:
https://developer.apple.com/library/downloads/docset-index.dvtdownloadableindex
<!-- START Xcode 8.3 FCS -->
<!-- START conceptual doc set -->
<dict>
<key>fileSize</key>
<integer>1176127378</integer>
<key>identifier</key>
<string>com.apple.adc.documentation</string>
<key>name</key>
<string>Guides and Sample Code</string>
<key>source</key>
<string>https://devimages-cdn.apple.com/docsets/20170327/091-04694-A.dmg</string>
<key>userInfo</key>
<dict>
<key>ActivationPredicate</key>
<string>$XCODE_VERSION >= '8.3'</string>
<key>Category</key>
<string>Documentation</string>
<key>IconType</key>
<string>IDEDownloadablesTypeDocSet</string>
<key>InstallPrefix</key>
<string>$(HOME)/Library/Developer/Shared/Documentation/DocSets</string>
<key>InstalledIfAllReceiptsArePresentOrNewer</key>
<dict>
<key>com.apple.pkg.1.0.ConceptualDocset</key>
<string>10.9.0.0.1.1490382108</string>
</dict>
<key>RequiresADCAuthentication</key>
<false/>
<key>Summary</key>
<string>My description of content</string>
</dict>
<key>version</key>
<string>5.27</string>
</dict>
<!-- END conceptual doc set -->
<!-- END Xcode 8.3 FCS -->
下载好的文档拷贝到到xcode文档安装路径中
Xcode文档安装的位置1:
/Applications/Xcode.app/Contents/Developer/Documentation/DocSets
注意: 拷贝之前最好将默认的文档删除, 因为如果同时存在高版本和低版本的文档, 那么低版本的不会显示
Xcode文档安装的位置2:
/Users/你的用户名/Library/Developer/Shared/Documentation/DocSets
如果没有该文件夹可以自己创建一个
3、查看文档
4、一些iOS 的书籍