SwiftyCam
SwiftyCam copied to clipboard
Camera Preview not scaling correctly
Image is attached.
Solved it myself, just need to set the
self.videoGravity = .resize
before super.viewDidLoad()
in the class where you extends the SwiftyCamViewController