Customization
MobbScan Gateway offers some flexibility to customize the user interface. Some settings can be modified from the server, while others (as detailed below) can be customized at the application level.
1. Colors
You can customize the colors of the user interface defined by the MobbScanColorResource enum.
To customize it, you must add the desired color as an asset to your app's Bundle using an Assets Catalog (.xcassets), named using the color's rawValue.
2. Texts
Similarly, the texts defined by MobbScanLocalizedStringResource can be customized, by adding a Localizable.xcstrings or Localizable.strings to you app named using the text's rawValue.
