查找 swift 框架中的新功能
Finding what's new in swift framework
我正在为 Watch 应用程序使用 HealthKit,想看看自 WatchOS 4.0 以来添加了哪些内容。当我转到 API 更改下的文档时,它列出了 none。有没有办法过滤文档以查看仅适用于 WatchOS 4.0 的内容?或者是否有某处显示更改的列表? HealthKit 文档供参考。
哈,Apple 在发布 iOS 11 后损坏了文档查看器。
Archive.org幸亏保存了。 Here you can see what frameworks have been added, modified, or removed in iOS 11. Specifically for HealthKit, you can scroll through here 看到几个绿色和紫色的方法,分别代表新增或修改。
我正在为 Watch 应用程序使用 HealthKit,想看看自 WatchOS 4.0 以来添加了哪些内容。当我转到 API 更改下的文档时,它列出了 none。有没有办法过滤文档以查看仅适用于 WatchOS 4.0 的内容?或者是否有某处显示更改的列表? HealthKit 文档供参考。
哈,Apple 在发布 iOS 11 后损坏了文档查看器。
Archive.org幸亏保存了。 Here you can see what frameworks have been added, modified, or removed in iOS 11. Specifically for HealthKit, you can scroll through here 看到几个绿色和紫色的方法,分别代表新增或修改。