主要将TTS发音中的单词发音和中文发音,单词发音适配iOS6,iOS7,iOS8,iOS9。 并将当年个人的毕业设计iOS源码——基于iOS背单词系统的设计与实现,上传到github上
分类:
移动开发 时间:
2015-10-12 22:34:16
阅读次数:
265
最近把xcode升级到7,然后就是各种蛋疼的问题,出现,期中有一个就是屏幕适配的问题,由于 我的项目比较老,所以,一直没怎么注意过屏幕适配,都是ios 自动适配,这在ios8 之前都没有问题,但是在ios9后,这个问题就出现了,启动程序后,,出现上下边黑屏,找了些资料,弄明白: 从Xcode6...
分类:
移动开发 时间:
2015-10-12 20:43:52
阅读次数:
216
本文转载至http://www.bubuko.com/infodetail-1110714.htmlhttp://www.jianshu.com/p/631bd7f12a381.网络请求报错。升级Xcode 7.0发现网络访问失败。输出错误信息The resource could not be lo...
分类:
移动开发 时间:
2015-10-12 19:15:48
阅读次数:
316
开发项目中遇到了iOS9适配的问题, 网查后提供一下临时性解决方法:1. 暴力使用HTTP, 而不是HTTPs在plist文件中加入如下字段 NSAppTransportSecurity NSAllowsArbitraryLoads 2. APP之间进行跳转, 添加scheme白名单在p...
分类:
移动开发 时间:
2015-10-12 18:41:27
阅读次数:
274
原文:http://my.oschina.net/vimfung/blog/494687iOS9中新增App Transport Security(简称ATS)特性, 主要使到原来请求的时候用到的HTTP,都转向TLS1.2协议进行传输。这也意味着所有的HTTP协议都强制使用了HTTPS协议进行传输...
分类:
移动开发 时间:
2015-10-12 14:29:34
阅读次数:
254
xcode7 网络报错: The resource could not be loaded because the App Transport Security policy reguir 原因:iOS9引入了新特性App Transport Security (ATS); 新特性要求App内...
分类:
其他好文 时间:
2015-10-12 01:48:24
阅读次数:
122
今天升级Xcode 7.0 bata发现网络访问失败。输出错误信息The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.Go...
分类:
移动开发 时间:
2015-10-11 17:57:37
阅读次数:
208
近期苹果公司iOS 9系统策略更新,限制了http协议的访问,此外应用需要在“Info.plist”中将要使用的URL Schemes列为白名单,才可正常检查其他应用是否安装。受此影响,当你的应用在iOS 9中需要使用QQ/QQ空间/支付宝/微信SDK的相关能力(分享、收藏、支付、登录等)时,需要在...
分类:
移动开发 时间:
2015-10-11 17:54:44
阅读次数:
2069
升级为iOS9后,默认请求类型为https,如何使用http进行请求会报错The resource could not be loaded because the App Transport Security policy requires the use of a secure connectio...
分类:
移动开发 时间:
2015-10-11 15:20:34
阅读次数:
165
iOS9之后alertview不让用啦,用UIAlertController吧UIAlertController *alert = [UIAlertController alertControllerWithTitle:@"警告" message:@"xxxxxxx" preferredStyle:...
分类:
移动开发 时间:
2015-10-10 12:12:51
阅读次数:
225