0

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?

AppsDev
  • 12,319
  • 23
  • 93
  • 186
  • This is well discussed in the answers you pointed to (and others). Your repetition of the question adds nothing to the mix; there is no point asking again just because you don't like the existing answers. If you don't want to do what others have advised in the past, then just don't use the image picker controller; use AVFoundation to create your own camera interface instead. – matt Apr 05 '18 at 11:24
  • @matt That answer is a bit old (2010), maybe a different solution could be possible currently – AppsDev Apr 05 '18 at 12:56

0 Answers0