转:http://blog.csdn.net/totogo2010/article/details/8233565
分类:
移动开发 时间:
2014-10-09 15:38:04
阅读次数:
157
1,xcode6.0正式版必须是OS X10.9.4及以上版本才可安装;
2,xcode6.0正式版创建命令行项目时,无法选择swift语言;但是创建iOS应用项目时可以选择swift语言;
3,storyboard过大,或者说运行到模拟器上位置不正确,原因是storyboard尺寸过大,在右侧属性栏中调成iPhone4(我的选择)的320*480即可;...
分类:
移动开发 时间:
2014-10-09 02:20:57
阅读次数:
159
iOS开发入门教程 (Object-C、网络编程、多线程、蓝牙、二维码、Cocos2D、OpenGL)适合人群:初级课时数量:34课时用到技术:IOS,Object-C,OpenGL,XCode,Cocos 2D涉及项目:Cocos+2D、Game Kit蓝牙数据处理等咨询QQ:1840215592...
分类:
移动开发 时间:
2014-10-09 01:47:47
阅读次数:
222
直接用Xcode学习C语言,为iOS开发打基础。...
分类:
编程语言 时间:
2014-10-09 01:37:17
阅读次数:
156
因为刚升级了XCode6.0.1版本,从5到6变化挺大的,我在找沙盒软件的时候,发现了一个CoreSimulator的文件夹,路径如下图我把这里的沙盒中的文件给删除了,莫名出错了,就着急了,于是拷贝了一份这个文件夹下的内容,直接放进去,没想到神奇的一幕发生了这时我运行程序总会出错,于是找啊找啊,终于...
分类:
其他好文 时间:
2014-10-08 03:44:44
阅读次数:
232
xcode 6 把category, protocol模板找回来
分类:
其他好文 时间:
2014-10-07 19:19:33
阅读次数:
216
USING GIT IN XCODEKEEPING IN SYNC WITH REMOTE REPOSITORIESAs you make changes in your local working copy you will want to keep them in sync with the r...
分类:
其他好文 时间:
2014-10-07 17:29:53
阅读次数:
195
USING GIT IN XCODEUSING BRANCHESBranches can be a very effective tool to isolate new features or experiments in code. Xcode has pretty good support fo...
分类:
其他好文 时间:
2014-10-07 16:01:23
阅读次数:
168
用XCode 6编译的原来XCode 5.1.1写的程序时,发现原来写的CLLocationManager定位的代码以及MKmapView的showUserLocation失效。查了一下,XCode 6选用iOS 8 SDK编译app的话,需要调用CLLocationManage 的requestAlwaysAuthorization 方法。
操作步骤如下:
1. 在AppDelegate的d...
分类:
移动开发 时间:
2014-10-07 14:59:03
阅读次数:
227
USING GIT IN XCODELOOKING AT HISTORYXcode provides a Versions editor, which has three different perspectives on the git history for a file. To use the...
分类:
其他好文 时间:
2014-10-07 13:08:53
阅读次数:
243