上一页 1 2 3 4 5 6 7 8 9 ··· 25 下一页
1.概念:AnNSBundleobject represents a location in the file system that groups code and resources that can be used in a program.NSBundleobjects locate pro... Read More
posted @ 2015-12-17 19:02 星语海蓝 Views(1913) Comments(0) Diggs(0) Edit
该文被密码保护。 Read More
posted @ 2015-12-17 18:13 星语海蓝 Views(3) Comments(0) Diggs(0) Edit
该文被密码保护。 Read More
posted @ 2015-12-17 10:00 星语海蓝 Views(1) Comments(0) Diggs(0) Edit
1.pushViewController和popViewController来进行视图切换,首先要确保根视图是NavigationController,不然是不可以用的, pushViewController是进入到下一个视图,popViewController是返回到上一视图。 UINavigat... Read More
posted @ 2015-11-13 10:38 星语海蓝 Views(214) Comments(0) Diggs(0) Edit
1.@property与@synthesize配对使用。 @property预编译指令的作用是自动声明属性的setter和getter方法。 @synthesize 创建了该属性的访问代码 功能:让编译好器自动编写一个与数据成员同名的方法声明来省去读写方法的声明。2.强引用(__strong)和 弱... Read More
posted @ 2015-10-28 19:04 星语海蓝 Views(1289) Comments(0) Diggs(0) Edit
#synthesize关键字: 根据@property设置,自动生成成员变量相应的存取方法,从而可以使用点操作符来方便的存取该成员变量 。@implementation 关键字,表明类的实现 @end 结束self 关键字 :类似于java中的this,是隐藏参数,指向当前调用方法的类。super ... Read More
posted @ 2015-10-28 11:33 星语海蓝 Views(279) Comments(0) Diggs(0) Edit
什么是Provisioning Profile?从字面翻译,Provisioning Profile就是配置文件的意思,它在开发者账号体系中所扮演的角色也是配置和验证的作用。如果你有开发者账号,可以打开你的开发者控制台,在首页可以看到如下界面。如果你没有开发者账号,那就看图片意会吧!:)现在开发者控... Read More
posted @ 2015-10-20 18:18 星语海蓝 Views(1468) Comments(0) Diggs(0) Edit
苹果的证书繁锁复杂,制作管理相当麻烦,今天决定重置一个游戏项目中的所有证书,做了这么多次还是感觉很纠结,索性直接记录下来,日后你我他查阅都方便;关于证书苹果使用密文签名技术来验证App的合法性,不管是iOS应用还是Mac应用都需要相应的签名证书来作为测试或发布App用。这里主要谈谈iOS的证书,当然... Read More
posted @ 2015-10-20 17:19 星语海蓝 Views(6092) Comments(2) Diggs(0) Edit
团队开发中如何共用证书 团队开发中,需要共享证书文件和私钥。若仅从provisioning portal下载证书文件而无私钥,xcode会提示出错:Unable to code design using identities in this team: no private keys availab... Read More
posted @ 2015-10-20 17:17 星语海蓝 Views(791) Comments(0) Diggs(0) Edit
转自:http://blog.csdn.net/xyz_lmn/article/details/8968213,留着方便查阅iOS的沙盒机制,应用只能访问自己应用目录下的文件。iOS不像android,没有SD卡概念,不能直接访问图像、视频等内容。iOS应用产生的内容,如图像、文件、缓存内容等都必须... Read More
posted @ 2015-09-16 11:51 星语海蓝 Views(456) Comments(0) Diggs(0) Edit
上一页 1 2 3 4 5 6 7 8 9 ··· 25 下一页