AUITheme enumeration
Important! This functionality is deprecated and will be removed in future versions. Only dark theme is available.
If you choose the light theme, it will not affect the appearance.
The user interface theme. Chosen theme defines the following:
- background color
- color of the text
- buttons color
- document tracking frame color
- capture area corners color
typedef NS_ENUM(NSUInteger, AUITheme) {
AUIThemeLight,
AUIThemeDark
};
Constants
Name | Description |
---|---|
AUIThemeLight | |
AUIThemeDark |
02.03.2022 12:59:15