Awalz / SwiftyCam

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

Return UiImage to pass it to new ViewController. #248

Open Emze100 opened 2 years ago

Emze100 commented 2 years ago

How do I pass the taken image into another ViewController, which is pushed onto the CameraViewController. Do I have to use the didTakePhoto Delegate?

angeldzzz23 commented 2 years ago

Yes you would have to do and you can easily pass the photo to another view controller using the given UIImage.

Screen Shot 2022-05-26 at 9 41 58 PM