regulaforensics / DocumentReader-iOS

iOS Framework for reading and validation of identification documents
56 stars 15 forks source link

Capture button doesn't apper #28

Closed olcayertas closed 4 years ago

olcayertas commented 4 years ago

Although I set it to show capture button it doesn't shown immediately: DocReader.shared.functionality.showCaptureButton = true It apperaers after 10 seconds.

vyakimchik commented 4 years ago

Hello. Yeah. We added 2 new options (showCaptureButtonDelayFromDetect, showCaptureButtonDelayFromStart) which indicate when the Capture Button has to be shown. More information can be found here: https://docs.regulaforensics.com/ios/custom-settings#buttons. Set value to 0 to display the Capture Button immediately: DocReader.shared.functionality.showCaptureButtonDelayFromStart = 0