In Apple's camera example app, they initialize the preview view orientation within the video feed session configuration. I didn't want to set a previewView reference in VideoFeed so I created a protocol to call the orientation setting within VideoFeed.
In Apple's camera example app, they initialize the preview view orientation within the video feed session configuration. I didn't want to set a
previewView
reference inVideoFeed
so I created a protocol to call the orientation setting withinVideoFeed
.Test in release build configuration