-
-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to configure to return to camera view after accepting photo in previewer #34
Comments
hey @splons, The feature was implemented in the version 2.1.0. Could you check whether it works as expected? Here's an example of how it works: MCameraController(manager: manager)
.afterMediaCaptured { $0
.returnToCameraView(true)
.closeCameraController(false)
.custom { print("Something") }
} |
Hello, thank you for the timely work on this. I am traveling until Tuesday. I look forward to trying it asap I get back home. SteveOn Jul 27, 2024, at 12:22, Tomasz K. ***@***.***> wrote:
hey @splons,
The feature was implemented in thepatch-2.1.0 branch. Could you check whether it works as expected?
Here's an example of how it works:
MCameraController(manager: manager)
.afterMediaCaptured { $0
.returnToCameraView(true)
.closeCameraController(false)
.custom { print("Something") }
}
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@FulcrumOne thank you for the fast action on this request. Tried it out and it works exactly as expected. Much appreciated! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an application where the user will likely want to take multiple photos in a session. I would like to configure so that when they accept a photo in the preview it takes them back to the live photo screen to take another. Thank you.
The text was updated successfully, but these errors were encountered: