Shem Alexis Chavez
Shem Alexis Chavez
Any workaround?
Where is log file located? Newbie here
Now fix! Just add: try! **AVAudioSession.sharedInstance().setCategory(AVAudioSessionCategoryPlayback, with: [])** in viewWillAppear()
Solved it myself, just need to set the **self.videoGravity = .resize** before super.viewDidLoad() in the class where you extends the SwiftyCamViewController
Have the same problem 😅It won't let us connect the existing outlets (buttonBarView for ex.)