はじめに

WWDCで発表されたiOS11の新機能で用意されたAPI(Framework)をメモしておきます。
目玉はARと機械学習系でしょうか。
NFCは個人的にタグを持っているのでなにかしてみたいなと思いました。

公式ドキュメント
https://developer.apple.com/documentation

新API(Framework)

ARKit

目玉機能で拡張現実関連のapiです。カメラと連携したAR関連の処理はできそうですが、なにができるか興味深いです。

Integrate iOS device camera and motion features to produce augmented reality experiences in your app or game.

https://developer.apple.com/documentation/arkit

Vision

顔認識機能や動画のシーンを分類などを担うapiです。精度がどこまで上がっているか気になります。

Apply high-performance image analysis and computer vision techniques to identify faces, detect features, and classify scenes in images and video.

https://developer.apple.com/documentation/vision

IdentityLookup

「不要なSMSやMMSメッセージを識別してフィルタすることができるアプリの拡張機能」、、、いまいちわかりません。
smsの操作なんてできるんだったかな。

Create an app extension that can identify and filter unwanted SMS and MMS messages while preserving user privacy.

https://developer.apple.com/documentation/identitylookup

Core ML

機械学習関連の追加apiです。

Integrate machine learning models into your app.

https://developer.apple.com/documentation/coreml

DeviceCheck

デバイスや開発者ごとにデータのアクセスを分けられる?のでしょうか。利点がまだわかりません。

Access per-device, per-developer data that your associated server can use in its business logic.

https://developer.apple.com/documentation/devicecheck

FileProvider

ファイルのプロバイダを拡張したapiのようです。
他アプリが保管しているディレクトリやファイルへのアクセスなどができる機構があるようです。

Implement a file provider extension to let other apps access the documents and directories that are stored and managed by your containing app.

https://developer.apple.com/documentation/fileprovider

FileProviderUI

「ドキュメントブラウザのコンテキストメニューにアクションを追加する」、、よくわかりません。

Add actions to the document browser’s context menu.

https://developer.apple.com/documentation/fileproviderui

Core NFC

NFCのタグ読み込み用のapiです。調べれてないですが、すでに在ったような気がするので機能追加だと思います。

Detect NFC tags and read messages that contain NDEF data.

https://developer.apple.com/documentation/corenfc

PDFKit

pdfの操作系apiです。apiをみると表示系のことしかできないように見えます。

Display and manipulate PDF documents in your applications.

https://developer.apple.com/documentation/pdfkit

まとめ

毎年色々なframeworkが追加されて調べてる間にもまた来年のWWDCの日がまたきそうで気を抜けません。

その他おすすめの備忘録

Tagged with:
 

Comments are closed.