I've seen that by default, when displaying a UIImagePickerController
with type camera, a black bar at the bottom of screen appears at the bottom.
I want the camera view to be full screen. I've read several posts related to this topic like this one or this other that calculate a cameraViewTransform
. I tried and this solution looks like a bit complicated and it looks like the camera is "zoomed in".
I also tried to show the image picker setting modalPresentationStyle = .fullScreen
, but I see no difference, the black bottom bar still appears.
Is there any more appropriate way to solve this?