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.
iOSカメラ用のカスタムアイリス/シャッタービューは用意されていますか?
AVFoundataion を使用してカメラ アプリを実装しますが、シャッターはありません。
いいえ、キャプチャにAVFoundationを純粋に使用している場合は、自分でビルドする必要があります。
別の方法は、カメラアプリが十分に単純な場合にUIImagePickerControllerカスタムで使用することです。cameraOverlayView
UIImagePickerController
cameraOverlayView
しかし、UImagePickerController は正しく動作していません。通話が中断された場合やバックグラウンド アプリでシャッターが開かないためです。