exyte / MediaPicker

Customizable media picker written with SwiftUI
MIT License
334 stars 42 forks source link

Support for camera capture customization #19

Closed roeekl closed 1 year ago

roeekl commented 1 year ago

Hi, It would be great to have the option to customize the camera capture view itself.

For example, I want to be able to first show the camera capture view, without the cancel button in the top left corner, and with gallery icon in the bottom left that will switch to the photo picker.

Right now this isn't an option as I can only change the preview screen.

f3dm76 commented 1 year ago

Hey @roeekl, thank you for your suggestion, please check out version 2.1.0, I added cameraViewBuilder closure, parameter spec is in readme, and an example is in CustomizedMediaPicker in example project. Have a fantastic day!