摘要: [self.searchDisplayController setValue:[NSNumber numberWithInt:UITableViewStyleGrouped] forKey:@"_searchResultsTableViewStyle"]; 阅读全文
posted @ 2016-05-03 14:35 AliliWl 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 问题描述: 使用真机测试定位时,显示一直在香港,而且其他手机里的应用也显示的是香港。 阅读全文
posted @ 2016-04-14 14:33 AliliWl 阅读(1299) 评论(0) 推荐(0) 编辑
摘要: 1. 问题描述 2. 解决方法 下载https://developer.apple.com/certificationauthority/AppleWWDRCA.cer,并安装。 在keychains里选择login,然后点选Certificates,在这个界面,选择工具栏的View -> Show 阅读全文
posted @ 2016-02-17 10:14 AliliWl 阅读(389) 评论(0) 推荐(0) 编辑
摘要: rsa_private read error : private key is NULL解决方法在RSADataSigner.m文件中:将代码:[result appendString:@"-----BEGIN PRIVATE KEY-----\n"];[result appendString:@"... 阅读全文
posted @ 2015-11-17 23:05 AliliWl 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 问题描述: 使用AFNetWorking请求数据,请求成功,但是拿不到所需要的数据,但是使用其他平台都可以拿到数据。原因分析: AFNetWorking无法解析。解决方式: AFJSONResponseSerializer *responseSerializer = [AFJSONRespon... 阅读全文
posted @ 2015-11-16 23:15 AliliWl 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 屏蔽滑动返回手势 self.navigationController.interactivePopGestureRecognizer.enabled = NO;重新开启滑动返回手势self.navigationController.interactivePopGestureRecognizer.e... 阅读全文
posted @ 2015-10-28 16:27 AliliWl 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 问题有时候需要显示gif动态图,让界面更加的绚丽,但是iOS默认只支持png,gpg图片。那么如何才能显示gif图呢?解决方式添加框架CoreGraphics.frameworkImageIO.framework引入SCGIFImageView类SCGIFImageView.h #import... 阅读全文
posted @ 2015-10-20 16:48 AliliWl 阅读(1693) 评论(0) 推荐(0) 编辑
摘要: UIWebView加载网页的方法最近在使用UIWebView的时候遇到各种不同形式加载网页的方式,总结起来共有三种方式,分别为:使用URL加载,使用HTML源码加载,使用HTML文件加载,各种方法的使用如下:直接使用URL加载 NSURL *url = [NSURL URLWithString: ... 阅读全文
posted @ 2015-10-15 11:39 AliliWl 阅读(1362) 评论(0) 推荐(0) 编辑
摘要: 问题描述我们经常会遇到在低版本上使用高版本方法导致的bug,例如:WebKit discarded an uncaught exception in the webView:decidePolicyForNavigationAction:request:frame:decisionListener:... 阅读全文
posted @ 2015-08-05 09:19 AliliWl 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 错误描述:dyld: Symbol not found: _OBJC_CLASS_$_UIPresentationController Referenced from: /var/mobile/Applications/ 2296090E-900A-47DE-9D6F-972CAAE4524F/Fa... 阅读全文
posted @ 2015-05-15 10:18 AliliWl 阅读(281) 评论(0) 推荐(0) 编辑