Awalz / SwiftyCam

A Snapchat Inspired iOS Camera Framework written in Swift
BSD 2-Clause "Simplified" License
2.08k stars 327 forks source link

Custom previewLayer parent view #223

Open ThoseGuysInTown opened 4 years ago

ThoseGuysInTown commented 4 years ago

Adding the ability to display the previewLayer in a view set by the subclassing ViewController

ThoseGuysInTown commented 4 years ago

I notice that this doesn't match the other customization interfacing (eg. turning flash on or off). I did it in this way because it's more compatible with IBOutlets.

Lemme know if y'all would prefer the custom parent view as a public variable instead.