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.
カメラを開いているときに、カメラのフラッシュが自動ではなくオンになっている必要があります。それをしてもいいですか?アドバイスをいただければ幸いです。どうもありがとう。
これは助けになるはずです。カメラをユーザーに見せようとしているときに、2 行目を含めます。
UIImagePickerController *iPicker = [[UIImagePickerController alloc] init]; iPicker.cameraFlashMode = UIImagePickerControllerCameraFlashModeOn;