Skip to content

Embedding

The capture module supports embedding in other viewcontrollers (e.g. via embed segue in a Storyboard). You can use it as is with the default UI, or you can hide the UI using the following code:

vc.bottomBarHidden = true
vc.messageLabelHidden = true

After that, you can overlay it with your own custom UI. Because you are presenting the capture module on screen, you don't need to use non-UI mode in this case.