Khaled
Results
2
comments of
Khaled
We have fixed the issue by adding centering previewLayer to upper view as in the below code. ``` previewLayer = PreviewView(frame: view.frame, videoGravity: .resizeAspectFill) // or gravityVariable previewLayer.center = view.center...
You have to modify the code in SwiftyCamViewController.swift to make it work.