上一页 1 ··· 6 7 8 9 10

2015年4月3日

摘要: //调用safar打开网页 [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.cnblogs.com/foxmin"]];////调用app store (省略号后面加的是产品的id等一些... 阅读全文
posted @ 2015-04-03 10:22 pp/ing 阅读(147) 评论(0) 推荐(0) 编辑

2015年4月2日

摘要: ECGWavesPlayer 阅读全文
posted @ 2015-04-02 17:00 pp/ing 阅读(218) 评论(0) 推荐(0) 编辑

2015年3月31日

摘要: ./configure CC="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" CFLAGS="-isysroot /Applications/Xcode.ap... 阅读全文
posted @ 2015-03-31 18:26 pp/ing 阅读(118) 评论(0) 推荐(0) 编辑
 
摘要: iOS绘图教程:http://www.cocoachina.com/industry/20140115/7703.htmliOS基础教程:--包含脚本 swifthttp://bbs.zxopen.net/forum.php?mod=forumdisplay&fid=36 阅读全文
posted @ 2015-03-31 16:15 pp/ing 阅读(134) 评论(0) 推荐(0) 编辑

2015年3月27日

摘要: f([[[UIDevicecurrentDevice]systemVersion]floatValue]>=8.0) { nextVC.modalPresentationStyle=UIModalPresentationOverCurrentContext; }else{ self.mo... 阅读全文
posted @ 2015-03-27 19:16 pp/ing 阅读(493) 评论(0) 推荐(0) 编辑
 
摘要: 1.先注册企业级开发证书http://blog.sina.com.cn/s/blog_6cad9db90102uy0s.html2.开发 企业流程http://blog.csdn.net/pang040328/article/details/409247373.自己创建plist文件 阅读全文
posted @ 2015-03-27 19:16 pp/ing 阅读(263) 评论(0) 推荐(0) 编辑
 
摘要: 运行时 的用法 1、定义的一个类,里面有一个私有变量mt_,并且在初始化值为"HaHa Ha"。@interface Mobj : NSObject {@privateNSString *mt_;}@end@implementationMobj- (id)init {self = [super in... 阅读全文
posted @ 2015-03-27 19:15 pp/ing 阅读(468) 评论(0) 推荐(0) 编辑
 
摘要: 正规的应用程序(IPA 格式,官方软件店发布)在被 iTunes 同步到 iPhone 的时候会调用系统进程 INSTALLD 对应用程序进行证书校验(GPLv3 授权)而这个证书本身是由官方捆绑在应用程序内部。如果发现没有购买,或者证书失效,iPhone 就会拒绝安装。iTunes 就自动同步失败... 阅读全文
posted @ 2015-03-27 19:14 pp/ing 阅读(1102) 评论(0) 推荐(0) 编辑
 
摘要: 真机测试 不报错 编译通过后 Xcode总出这个错process launch faild:NotFound-------解决办法 :重启设备 阅读全文
posted @ 2015-03-27 19:13 pp/ing 阅读(124) 评论(0) 推荐(0) 编辑
 
摘要: __block int timeout=60; //倒计时时间 dispatch_queue_t queue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0); dispatch_source_t _timer = dis... 阅读全文
posted @ 2015-03-27 19:11 pp/ing 阅读(146) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10