Theme
@objcMembers
public class Theme : NSObjectThe Theme is used customize all visual style provided by Hyperwallet UI SDK.
In order to apply a new style changes the method ThemeManager.applyTheme() has to been called.
- Example:
Theme.themeColor = UIColor.whiteThemeManager.applyTheme()
- 
                  
                  The main color. DeclarationSwift public static var themeColor: UIColor
- 
                  
                  The tint color. DeclarationSwift public static var tintColor: UIColor
- 
                  
                  Representation of all customizable visual style property for See moreUILabel.DeclarationSwift public struct Label
- 
                  
                  Representation of all customizable visual style property for See moreUINavigationBar.DeclarationSwift public struct NavigationBar
- 
                  
                  Representation of all customizable visual style property for See moreUIButton.DeclarationSwift public struct Button
- 
                  
                  Representation of all customizable visual style property for See moreUIText.DeclarationSwift public struct Text
- 
                  
                  Representation of all customizable visual style property for See moreUITableViewCellDeclarationSwift public struct Cell
- 
                  
                  Representation of all customizable visual style property for the See moreHyperwallet‘s icon.DeclarationSwift public struct Icon
- 
                  
                  Representation of all customized visual style property for numbers See moreDeclarationSwift public struct Amount
- 
                  
                  Representation of all customizable visual style property for See moreUITableViewController.DeclarationSwift public struct UITableViewController
- 
                  
                  Representation of all customizable visual style property for See moreSpinnerView.DeclarationSwift public struct SpinnerView
- 
                  
                  Representation of all customizable visual style property for See moreProcessingView.DeclarationSwift public struct ProcessingView
 View on GitHub
            View on GitHub
          