CameraView
CameraView copied to clipboard
Camera Fill Screen
I have tried using edgesIgnoreSafeArea and i have tried setting the CameraView frame to the size of the screen but there are bars above and bellow the camera still. Any idea how to fix this?
Try putting it into a VStack like the following:
VStack{ CameraView() }.aspectRatio(contentMode: .fill).edgesIgnoringSafeArea(.all)