美文网首页iOS 开发 iOS Developer
推荐学习的几篇Xcode文档以及安装方式

推荐学习的几篇Xcode文档以及安装方式

作者: Paulpang | 来源:发表于2016-06-08 17:48 被阅读80次

    Xcode 文档安装路径

    ~/资源库/Developer/Xcode/UserData/
    或者
    打开应用程序---->选择 Xcode----> 显示包内容--->Contents/Developer/Documentation/DocSets
    即:
    /Applications/Xcode.app/Contents/Developer/Documentation/DocSets
    

    Xcode 模拟器安装路径

    打开应用程序---->选择 Xcode----> 显示包内容--->Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
    即:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
    

    安装完文档之后,推荐几篇 Document供大家研究学习

    推荐几篇开发文档

    第一篇 : 关于人机交互的 Document

    打开Xcode ---> Help ---> Xcode Overview  ---> iOS开发文档---> User Experience --->Guides---> iOS Human Interface Guidelines(人机交互指南)
    

    第二篇 : 介绍苹果底层是如何实现的Document

    打开Xcode ---> Help ---> Xcode Overview  ---> iOS开发文档--->Cocoa Touch Layer ---> UIKit ---> Guides ---> View Controller Programming Guide for iOS
    
    注意:如果大家不好找的话,大家可以第一次找到之后,然后将文档加入标签,以后就可以 在书签里面研究就 ok 了.

    如图所示:

    Paste_Image.png

    相关文章

      网友评论

        本文标题:推荐学习的几篇Xcode文档以及安装方式

        本文链接:https://www.haomeiwen.com/subject/ezujdttx.html