05 2015 档案

摘要:一 真机调试----->进入苹果官网开发者后台--->创建应用----->添加设备------->生成Certificates证书---->添加证书到开发者后台,生成证书---->二 打包正式包1.在网站后台生成profile文件下载到本地,然后再xcode->Code signing->Provi... 阅读全文
posted @ 2015-05-13 17:56 雅尸兰黛?窃笑 阅读(242) 评论(0) 推荐(0)
摘要:类的构建Student.h#include @interface Student:NSObject{ int age;}-(int) age;-(void) setAge:(int) newAge;+(id) title;//+为类方法,相当于java中的static,另外字符串返回值使用id... 阅读全文
posted @ 2015-05-09 15:17 雅尸兰黛?窃笑 阅读(183) 评论(0) 推荐(0)
摘要:接到公司的新任务,Unity3d游戏接入ios 平台。遇到的问题的解决:1>Xcode cannot run using the selected device:可以在XCODE下设置,也可以在UNITY生成之前就设置player setrings —>Other Settings —>SDK Ve... 阅读全文
posted @ 2015-05-08 18:37 雅尸兰黛?窃笑 阅读(574) 评论(0) 推荐(0)
摘要:1. .xib文件为布局文件 .h 为头文件 .m为实现文件2.Delegate委托3. 文件AppDelegate 主入口 viewcontroller .xib布局文件 .storyboard.mm是oc和C++混编类型文件后缀,给编译器识别的4. 怎么样将UIViewController.... 阅读全文
posted @ 2015-05-07 18:12 雅尸兰黛?窃笑 阅读(171) 评论(0) 推荐(0)
摘要:1.Activity Service Receiver(BroadCastReceiver) Content Provider2. setContentView getViewById3 setOnClickListener4 AsyncTask 阅读全文
posted @ 2015-05-07 08:06 雅尸兰黛?窃笑 阅读(107) 评论(0) 推荐(0)