摘要:
程序间通信的调查网址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
木子东晓东
阅读(214)
评论(0)
推荐(0)
摘要:
NSURLCache *cache = [NSURLCache sharedURLCache]; cache.memoryCapacity = 2 * 1024 * 1024; cache.diskCapacity = 20 * 1024 *1024; NSCachedURLResponse *re... 阅读全文
posted @ 2015-09-30 15:36
木子东晓东
阅读(284)
评论(0)
推荐(0)
摘要:
//@synthesize headerImage = _headerImage;////-(void) setHeaderImage:(NSString *)headerImage//{// if (headerImage != _headerImage) {// //// [_headerIma... 阅读全文
posted @ 2015-09-30 15:35
木子东晓东
阅读(117)
评论(0)
推荐(0)
摘要:
_webView 图文解析需要学习 Core Text 来解决图文混合的xml文件 项目中用到哪些数据持久化,什么场景下使用?http://www.cocoachina.com/ios/20150720/12610.html解决问题的网站CSDN.NETCocoaChina51CTO技术论坛特酷吧国... 阅读全文
posted @ 2015-09-30 15:34
木子东晓东
阅读(208)
评论(0)
推荐(0)
摘要:
info.plistOpen AsSource As 添加NSAppTransportSecurity NSAllowsArbitraryLoads iOS9的适配教程https://github.com/ChenYilong/iOS9AdaptationTips 阅读全文
posted @ 2015-09-30 15:30
木子东晓东
阅读(285)
评论(0)
推荐(0)