Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これらの機能をUIImagePickerControlleriOS8 の に追加できますか? カメラアプリではネイティブ機能のように見えますが、問題はそのようなインターフェースが存在するかどうかです。
UIImagePickerController
いいえ、UIImagePickerController には、スローモーション、タイムラプスでビデオを録画したり、フィルターを追加したりするオプションはありません。そのためには、AVFoundation フレームワークを使用して構築されたカスタム カメラを使用する必要があります。