变更记录

序号 录入时间 录入人 备注
1 2018-01-23 Alfred Jiang -

方案名称

语法 - 查看 iOS SDK 各版本 API 的差异

关键字

语法 \ iOS SDK \ API \ 差异

需求场景

  1. 需要查看 iOS SDK 各版本 API 的差异时

参考链接

  1. Apple documentation - What’s New in iOS(推荐)
  2. Ole Begemann - How to Obtain Undocumented API Diffs Between iOS Versions
  3. GitHub - nst/iOS-Runtime-Headers

详细内容

方法一:查看官方公布的 API 差异

通过 Apple documentation - What’s New in iOS 查看

方法二:查看官方未公布的 API 差异

通过 GitHub - nst/iOS-Runtime-Headers 工程可以获取各版本 SDK 的所有头文件,来发现 API 的变更,具体方法可以参考 Ole Begemann - How to Obtain Undocumented API Diffs Between iOS Versions

效果图

(无)

备注

(无)