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.
takePictureを使用すると、カメラは画像をキャプチャします(クリック)が、imagePickerController:didFinishPickingMediaWithInfo:メソッドを呼び出しません。では、どのように画像にアクセスしますか?
ピッカーの代理人として登録しましたか? あなたのクラスは UIImagePickerControllerDelegate を実装していますか? これらの両方を実行すると、コードが機能するはずです。Apple のドキュメントには、これに関する無数の例があります。