图图图
Cocoa Touch Layer
High-Level Features
1. App Extension Programming Guide
2. handoff是一种OS X和iOS之间的特性,用于通过设备拓展用户体验的连续性。开始一个活动在一个设备,然后转换另一个设备继续相同的活动。无缝seamless
3. UIDocumentPickerViewController授权用户访问应用沙盒外的文件。
Document Picker Programming Guide
4. AirDrop让用户与领近的设备分享照片,文档,URLs和其他数据—
(1)发送文件,UIActivityViewController
(2)接受文件,1.在Info.plist中声明文件类型。2.实现application:openURL:sourceApplication:annotation:
UIActivityViewController Class Reference
5. Test Kit
NSAttributedString 支持新属性
NSLayoutManager 生成字符和布局文本
NSTextContainer 定义文本布局的区域
NSTextStorage 定义管理基于文本内容的基础接口
Text Programming Guide for iOS
6. UIKitDynamics
应用现在能对UIView对象指定动态行为和其他遵循UIDynamicItem协议的对象。结合真实世界的行为和特性改善应用的UE。
(1)UIAttachmentBehavior对象指定两个动态items之间或者一个item和一个point之间的连接。当一个item移动,附属的Item也移动。附属行为有衰减和震动的特性。
(2)UICollisionBehavior让dynamic items相互参与碰撞,和在行为指定的范围内。
(3)UIGravityBehavior对它的dynamic items指定一个重力矢量,DI在矢量的方向上加速,直到它们碰撞到其他合适配置的Items或者碰到边界。
(4)UIPushBehavior指定连续或者同时力量矢量对它的DI
(5)UISnapBehavior为DI指定一个对齐点。Item通过配置的影响对齐到点。
(6)+ UIDynamicAnimator
7. Multitasking
后台app进入”freeze-dried” state。需要执行特定任务可以询问系统请求后台执行时间。
8. Auto Layout Guide
9. UI State Preservation
10. APNS
两部分是app支持notification service
(1)app必须请求传递通知和一旦它被传递,处理通知数据
(2)需要提供服务器端处理生成通知。
这个过程依赖本地服务器和APNS触发通知。
Local and Remote Notification Programming Guide
11. 本地通知是push通知的补充。给app一种生成本地通知的方式,取代依靠外部服务器。app在后台运行可以用本地通知获得用户的关注,当重要的事情发生时。也可以设定在未来时间,app不用启动。
12. Gesture Recognizers
13. View Controller Programming Guide for iOS.
View Controller Catalog for iOS
Cocoa Touch Frameworks
1. contacts
Address Book Programming Guide for iOS
Address Book UI Framework Reference for iOS
2. calendar-related
EventKit UI Framework Reference
3. Game
5. Location and Maps Programming Guide
MapKit Framework Reference
6. Message UI Framework Reference
System Messaging Programming Topics for iOS
7. App Extension Programming Guide and Notification Center Framework Reference.
8. Document-Based App Programming Guide for iOS
View Programming Guide for iOS
Drawing and Printing Guide for iOS
Media Layer
Graphics Technologies
1. UIKit graphics
2. Core Graphics framework
3. Core Animation
4. Core Image
5. OpenGL ES and GLKit— GAME
6. Metal — GPU
7. TextKit and Core Text
8. Image I/O
9. Photos Library
Audio Technologies
1. Audio Technologies
2. AV Foundation—playback
3. OpenAL— Game
4. Core Audio
Video Technologies
1. UIImagePickerController
2. AVKit
3. AV Foundation
4. Core Media
Media Layer Frameworks
1. 访问图片和视频
Assets Library Framework Reference
2. 播放,拍摄,管理音频和视频
AVFoundation Programming Guide
AV Foundation Framework Reference
4. Quartz 2D Programming Guide
Core Graphics Framework Reference
5. 过滤器,二维码,无破坏,不改变原始图片
Core Image Reference Collection
6. Core Text Programming Guide
Core Text Reference Collection
7. 缓存和缓存池
8. GAME
9. 简化使用OpenGL ES
10. image I/O Reference Collection
11. Media Player Framework Reference
12. 新,能作为Assets Lib fr的替代
13. Core Animation Programming Guide and Core Animation Reference Collection
Core Services Layer
High-Level Features
1. Multi peer Connectivity Framework Reference
2. iCloud Design Guide
3. block应用场景:
(1)delegate的替代
(2)回调函数的替代
(3)一次操作实现完成处理
(4)简化执行一个任务on all items in a collection
(5)与dispatch queues执行异步任务
A Short Practical Guide to Blocks
4. App Programming Guide for iOS
5. 与iTunes9.1后交互
Information Property List Key Reference
6. Concurrency Programming Guide
Grand Central Dispatch (GCD) Reference
7. In-App Purchase Programming Guide
8. SQLite Software Library
9. NSXMLParser
Core Services Frameworks
1. Accounts Framework Reference
2. contacts,需要授权,会被拒绝
Address Book Framework Reference for iOS
3. Ad Support Framework Reference
4. CFNetwork
(1)用BSD sockets
(2)用SSL或者TLS创建加密连接
(3)解决DNS主机
(4)与HTTP服务器一起工作,验证HTTP/S服务器
(5)FTP服务器
(6)发布,解决,浏览bonjour服务
CFNetwork Framework Reference.
5. app与iCloud传输数据
6. 用于管理MVC app的数据模型的技术
(1)SQLite
(2)NSFetchedResultsController
(3)undo/redo
(4)属性值验证
(5)传播改变和确保对象之间的关系保持持久
(6)在内存中分组,过滤,组织数据
7. 基于C接口
(1)集合数据类型
(2)Bundles
(3)String
(4)数据和时间
(5)原始数据block
(6)参考
(7)URL和流
(8)线程和run loops
(9)端口和socket通信
Core Foundation Framework Reference.
8. 定位和航向信息,运用onboard GPS, cell, or Wi-Fi radios来找到用户当前的经纬度。
(1)访问基于指南针的航向信息,在iOS设备包含磁力计的。
(2)基于地理位置或者蓝牙信号的区域监控
(3)用发射塔作为低能量的位置监控
(4)在特定情况下,如驾驶,协作MapKit来改善位置数据的质量
Location and Maps Programming Guide
Core Location Framework Reference
9. 用一组新的基于block的接口访问原始和处理过加速计的数据。陀螺仪获得原始和处理过的数据来反映属性和旋转率
Core Motion Framework Reference
10. cellular call events
Core Telephony Framework Reference
11. accessing calendar events —要授权
12.
集合数据类型
Bundles
String
数据和时间
原始数据block
参考
URL和流
线程和run loops
Bonjour
端口通信
通信接口
国际化
正则表达式匹配
缓存支持
Foundation Framework Reference
13. HealthKit Framework Reference
14. HomeKit Framework Reference
15. Uniform Type Identifiers Reference
16. 实时数据传输
Multipeer Connectivity Framework Reference.
17. 杂志和报纸
NewsstandKit Framework Reference
18. 存储优惠卷,停机牌,票,
19. Quick Look Framework Reference for iOS
20. 社交媒体
21. In-App Purchase Programming Guide
22. reachability接口,确定网络配置,确实是否是WIFI,cellular
System Configuration Framework Reference
23. HTML