
IOS
门前有一条河
电子信息工程专业
展开
-
iOS开发学习路径的一些建议
iOS论坛里有朋友要求回答帖子,帖子的标题是: 想学IOS开发高阶一点的东西,从何开始,然后我吧啦吧啦回答写了很多。既然敲了那么多字,我就把我写的回复也贴到博客里来分享,希望能对大家有帮助。欢迎大家也到帖子里讨论和分享,地址:http://bbs.youkuaiyun.com/topics/390920759 下面是我回复的内容: 结合自己情况聊下iOS学习建议,这里不讲大转载 2014-11-13 11:06:59 · 749 阅读 · 0 评论 -
CADisplayLink 及定时器的使用
第一种: 用CADisplayLink可以实现不停重绘。 例子: CADisplayLink* gameTimer; gameTimer = [CADisplayLink displayLinkWithTarget:self selector:@selecto转载 2014-12-01 10:12:01 · 695 阅读 · 0 评论 -
IOS8新技术metal入门
这里是参考http://metalbyexample.com/up-and-running-1/,我这里只是大概初步引导,还是看原文过瘾。metal技术需要新机调试,移动设备需要是a7 a8处理器,比如iPhone6,iPhone5c,ipad air2不能用模拟器来调试。 1、首先创建了一个简单的singleView项目。并添加框架,metal uikit foundation quart原创 2015-01-30 12:07:05 · 3837 阅读 · 0 评论 -
在xcode5中修改整个项目名
来源:http://www.cnblogs.com/tbfirstone/p/3601541.html 经论证也适用于xcod6.1 总会遇到几个项目,在做到一半的时候被要求改项目名,网上找了下相关的资料,大多数是xcode5以前的版本,所以解决好了在这里mark一下,给需要的人。 目标为:将项目名XCD4改成xcd5。 先上结果图:==》 1.在左侧的导航转载 2014-12-10 20:03:32 · 3779 阅读 · 0 评论 -
[NSBundle mainBundle] pathForResource: ofType: 获取不到数据
从bundle中获取数据,明明把数据添加到项目中了,但就是不对。 NSString *newDataName = [[NSBundle mainBundle] pathForResource:dataName ofType:format]; 为空 后来从网上查到相关信息,当时添加是直接拖拽过去,没有真正加入到bundle中,需要在项目设置中,build pha原创 2015-03-12 16:57:38 · 11788 阅读 · 1 评论 -
记录一下要看的
https://github.com/iTyran/TairanTrans/blob/master/ios8-metal-tutorial-with-swift.md http://code.tutsplus.com/tutorials/ios-8-getting-started-with-metal--cms-21987 https://developer.apple.com/metal原创 2014-11-21 07:58:05 · 748 阅读 · 0 评论