Bug in iOS 17.0 in UIImagePickerController

Im using this code :

let imagePicker = UIImagePickerController()

imagePicker.allowsEditing = true

imagePicker.videoExportPreset = AVAssetExportPresetPassthrough

imagePicker.videoQuality = .typeHigh

imagePicker.videoMaximumDuration = 15

imagePicker.sourceType = .photoLibrary

imagePicker.mediaTypes = [UTType.movie.identifier]

When its used in iOS 16.4 with language SPA, or ENG works as expected, not problems.

But when its used in iOS 17.0 with language SPA, the image picker view show their buttons always in ENGL.

In this image you can see the title "añadir ejercicio" that shows that SPA language its selected

Please file a bug report at https://feedbackassistant.apple.com and post the number here!

Thanks for your fast reply, the number of report its FB13133538

Bug in iOS 17.0 in UIImagePickerController
 
 
Q