iOS9中开发新特性

iOS9开发中版本的新特性 

 

1. 默认支持https

2. http 需要在plist文件中单独配置,才能在程序中使用http

    在Info.plist 中添加 NSAppTransportSecurity类型 Dictionary。

    在NSAppTransportSecurity 中添加 NSAllowsArbitraryLoads类型Boolean,值设置为YES。

3. iPad 中可以实现分屏功能。

4. 3D Touch

5. AppThinning,可以给安装包瘦身

 

如果有不足的地方,希望大家帮忙补充

posted @ 2016-05-19 22:03  雄鹰和猪  阅读(113)  评论(0)    收藏  举报