How to Restore the Previous Design after an Update
If you want to get back to the previous (up to 6.4.2) versions' design, reset the customization settings of the capture screen and apply the parameters that are listed below.
// customization parameters for the toolbarlet toolbarCustomization =ToolbarCustomization( closeButtonColor: .white, backgroundColor: .black)// customization parameters for the center hintlet centerHintCustomization =CenterHintCustomization( verticalPosition:70)// customization parameters for the center hint animationlet hintAnimationCustomization =HintAnimationCustomization( hideAnimation:true)// customization parameters for the frame around the user facelet faceFrameCustomization =FaceFrameCustomization( strokeWidth:6, strokeFaceAlignedColor: .green, strokeFaceNotAlignedColor: .red)// customization parameters for the background outside the framelet backgroundCustomization =BackgroundCustomization( backgroundColor: .clear)OZSDK.customization =OZCustomization(toolbarCustomization: toolbarCustomization, centerHintCustomization: centerHintCustomization, hintAnimationCustomization: hintAnimationCustomization, faceFrameCustomization: faceFrameCustomization, versionCustomization: vesrionCustomization, backgroundCustomization: backgroundCustomization)