Objective—C语言的新魅力 一、引言 ????????在Xcode7中,iOS9的SDK已经全面兼容了Objective-C的一些新特性和新功能。这些功能都只作用于编译期,对程序的运行并没有影响,因此,它可以很好的向下进行兼容...
分类:
编程语言 时间:
2015-10-09 17:03:47
阅读次数:
386
从iOS9开始,苹果提供了UIStackView来帮助我们做布局,这玩意儿类似于安卓的线性布局。因为在使用过程中会遇到一些坑,所以写出来供遇到同样问题的人参考。我在这里提供xib和纯代码两种方式创建使用 UIStackView:...
分类:
其他好文 时间:
2015-10-09 12:27:24
阅读次数:
159
一、NSAppTransportSecurity iOS9让所有的HTTP默认使用了HTTPS,原来的HTTP协议传输都改成TLS1.2协议进行传输。直接造成的情况就是App发请求的时候弹出网络无法连接。解决办法就是在项目的info.plist 文件里加上如...
分类:
移动开发 时间:
2015-10-09 12:26:14
阅读次数:
294
错误描述:App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your...
分类:
移动开发 时间:
2015-10-09 09:18:36
阅读次数:
174
一、简介1、如何访问用户的通讯录1)在iOS9之前有2个框架可以访问用户的通讯录AddressBookUI.framework提供了联系人列表界面、联系人详情界面、添加联系人界面等一般用于选择联系人AddressBook.framework纯C语言的API,仅仅是获得联系人数据没有提供UI界面展示,...
分类:
移动开发 时间:
2015-10-09 01:57:37
阅读次数:
472
Important:This is a preliminary document for an API or technology in development. Apple is supplying this information to help you plan for the adoptio...
分类:
移动开发 时间:
2015-10-08 16:13:41
阅读次数:
463
What's New in iOS9This article summarizes the key developer-related features introduced in iOS 9, which runs on currently shipping iOS devices. The ar...
分类:
移动开发 时间:
2015-10-08 16:02:53
阅读次数:
454
一、服务器需要做的事情:1、要注意 App Transport Security 要求 TLS 1.2,2、而且它要求站点使用支持forward secrecy协议的密码。3、证书也要求是符合ATS规格的,ATS只信任知名CA颁发的证书,小公司所使用的 self signed certificate...
分类:
移动开发 时间:
2015-10-08 15:57:38
阅读次数:
229
苹果公司对安全上的重视无可厚非,今年的WWDC大会上,Apple明确表示以身作则,通过一个新特性来提高系统的安全性,他就是App Transport Security。1.什么是App Transport Security。App Transport Security,简称ATS,是iOS9的一个新...
分类:
移动开发 时间:
2015-10-07 18:39:44
阅读次数:
188
使用Xcode7编写iOS9应用时,如果获取http://数据时会报如下错误:App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exc...
分类:
移动开发 时间:
2015-10-07 12:05:00
阅读次数:
168