初学ios接触的都是新的,英文不好,看文档都费劲。所以要学习英语了
学习ios一个月了,今天整理一下ios开发中的环境支持相关的,ios开发离不开文档,模拟器,插件,第三方框架,暂时只想到这么多,水平有限。
1.文档:
xcode-preferences-components下载
下载的离线的
位置:/Users/tianpeng/Library/Developer/Shared/Documentation/DocSets
xcdoe自带在线的
位置:/Applications/Xcode.app/Contents/Developer/Documentation/DocSets
下了一个Dash.app管理文档
文档指南:http://ourcoders.com/thread/show/117/,不过和现在的文档结构不一样,得找本以前的文档看。
2.模拟器:
xcode-preferences-components下载
位置:
3.插件:
1.安装插件时,要load bundle.
2.如果没有skip bundle,则不会生效。
3.没有生效,见 http://www.bubuko.com/infodetail-922634.html
插件位置:
/Users/tianpeng/Library/Application Support/Developer/Shared/Xcode/Plug-ins/
KSImageNamed.ideplugin:/Users/tianpeng/Library/Developer/Xcode/Plug-ins
4.改了头文件报错:
2016-05-01,先写到这里,以后添加