Theme
@objcMembers
public class Theme : NSObject
The 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.
Declaration
Swift
public static var themeColor: UIColor -
The tint color.
Declaration
Swift
public static var tintColor: UIColor -
Representation of all customizable visual style property for
See moreUILabel.Declaration
Swift
public struct Label -
Representation of all customizable visual style property for
See moreUINavigationBar.Declaration
Swift
public struct NavigationBar -
Representation of all customizable visual style property for
See moreUIButton.Declaration
Swift
public struct Button -
Representation of all customizable visual style property for
See moreUIText.Declaration
Swift
public struct Text -
Representation of all customizable visual style property for
See moreUITableViewCellDeclaration
Swift
public struct Cell -
Representation of all customizable visual style property for the
See moreHyperwallet‘s icon.Declaration
Swift
public struct Icon -
Representation of all customized visual style property for numbers
See moreDeclaration
Swift
public struct Amount -
Representation of all customizable visual style property for
See moreUITableViewController.Declaration
Swift
public struct UITableViewController -
Representation of all customizable visual style property for
See moreSpinnerView.Declaration
Swift
public struct SpinnerView -
Representation of all customizable visual style property for
See moreProcessingView.Declaration
Swift
public struct ProcessingView
View on GitHub