Skip to content

Indicators

  • Set the hex color code for the visual elements (one for all):
DocReader.shared.customization.tintColor = UIColor.red
[RGLDocReader shared].customization.tintColor = [UIColor redColor];

  • Set the hex color code for the loading indicator(s). You can see it if you tap the Capture button:
DocReader.shared.customization.activityIndicatorColor = UIColor.red
[RGLDocReader shared].customization.activityIndicatorColor = [UIColor redColor];

Next Steps