Silence

Results 42 comments of Silence

如果外部使用了 `async`需要添加`@MainActor`

Thanks for your support. I don't quite understand your needs. Are you using `CameraController`?

I seem to understand your needs, but `HXPhotoPicker.Camera` does not support the use of separate controls. `CameraController` is a navigation controller, and a navigation bar is used internally. Cannot be...

You can try this ```swift import HXPhotoPicker class B: CameraViewController { } var config = CameraConfiguration() let vc = B(config: config, type: .all) vc.setFlashMode(.auto) vc.didSwitchCameraClick() ```

I think what you may need is this kind of library which can support your needs, custom camera [NextLevel](https://github.com/NextLevel/NextLevel)

Of course, use `EditorViewController`

This may not be supported as the photo browser is a selector based enhancement

ok i will try to fix it