SwiftyCam icon indicating copy to clipboard operation
SwiftyCam copied to clipboard

Return UiImage to pass it to new ViewController.

Open Emze100 opened this issue 2 years ago • 1 comments

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

Emze100 avatar Apr 13 '22 14:04 Emze100

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

angeldzzz23 avatar May 27 '22 04:05 angeldzzz23