09 2015 档案

摘要:手势UITapGestureRecognizer是轻拍手势识别器,能识别轻拍操作UILongPressGestureRecognizer是长按手势识别器,能识别长按操作。UIRotationGestureRecognizer是旋转手势识别器,能识别旋转操作。UIPinchGestureRecogni... 阅读全文
posted @ 2015-09-30 15:46 木子东晓东 阅读(136) 评论(0) 推荐(0) 编辑
摘要:NSString *filePath = [[NSBundle mainBundle] pathForResource:@"cinemalist" ofType:@"plist"]; NSMutableDictionary *myDic = [NSMutableDictionary dictio... 阅读全文
posted @ 2015-09-30 15:45 木子东晓东 阅读(196) 评论(0) 推荐(0) 编辑
摘要:数组越界保护if(index.row = 7.0 ? YES : NO) 阅读全文
posted @ 2015-09-30 15:43 木子东晓东 阅读(234) 评论(0) 推荐(0) 编辑
摘要:XML数据解析http://www.tuicool.com/articles/Nraau2(必用)http://www.cnblogs.com/pengyingh/articles/2342699.html(html解析)是基于Xml点对点的即时通讯XAMPP 打不开方法(sudo apachect... 阅读全文
posted @ 2015-09-30 15:42 木子东晓东 阅读(108) 评论(0) 推荐(0) 编辑
摘要:程序间通信的调查网址http://www.2cto.com/kf/201403/283996.html更改URL Schemes 与 url scheme 的名字对应NSURL的名字统一NSURL * url = [NSURL URLWithString:[NSString stringWithFo... 阅读全文
posted @ 2015-09-30 15:40 木子东晓东 阅读(211) 评论(0) 推荐(0) 编辑
摘要:NSURLCache *cache = [NSURLCache sharedURLCache]; cache.memoryCapacity = 2 * 1024 * 1024; cache.diskCapacity = 20 * 1024 *1024; NSCachedURLResponse *re... 阅读全文
posted @ 2015-09-30 15:36 木子东晓东 阅读(278) 评论(0) 推荐(0) 编辑
摘要://@synthesize headerImage = _headerImage;////-(void) setHeaderImage:(NSString *)headerImage//{// if (headerImage != _headerImage) {// //// [_headerIma... 阅读全文
posted @ 2015-09-30 15:35 木子东晓东 阅读(114) 评论(0) 推荐(0) 编辑
摘要:_webView 图文解析需要学习 Core Text 来解决图文混合的xml文件 项目中用到哪些数据持久化,什么场景下使用?http://www.cocoachina.com/ios/20150720/12610.html解决问题的网站CSDN.NETCocoaChina51CTO技术论坛特酷吧国... 阅读全文
posted @ 2015-09-30 15:34 木子东晓东 阅读(207) 评论(0) 推荐(0) 编辑
摘要:info.plistOpen AsSource As 添加NSAppTransportSecurity NSAllowsArbitraryLoads iOS9的适配教程https://github.com/ChenYilong/iOS9AdaptationTips 阅读全文
posted @ 2015-09-30 15:30 木子东晓东 阅读(281) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示