SwiftyCam icon indicating copy to clipboard operation
SwiftyCam copied to clipboard

preview frame fix in case of using SwiftyCamViewController as a child vc

Open PhilipDukhov opened this issue 4 years ago • 0 comments

I want my camera to take part of the screen. In current code previewLayer.videoPreviewLayer.connection == nil until viewDidAppear, so the last time viewDidLayoutSubviews is called connection == nil, and the layer frame is not updated

PhilipDukhov avatar Feb 08 '20 18:02 PhilipDukhov