SwiftyCam icon indicating copy to clipboard operation
SwiftyCam copied to clipboard

Camera Preview not scaling correctly

Open Shempaiii opened this issue 6 years ago • 1 comments

Image is attached.

ecfd647e-ca2c-4a42-99f8-23ae7702761b

Shempaiii avatar Dec 07 '17 08:12 Shempaiii

Solved it myself, just need to set the

self.videoGravity = .resize

before super.viewDidLoad()

in the class where you extends the SwiftyCamViewController

Shempaiii avatar Dec 07 '17 10:12 Shempaiii