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.

  • 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 UILabel.

    See more

    Declaration

    Swift

    public struct Label
  • Representation of all customizable visual style property for UINavigationBar.

    See more

    Declaration

    Swift

    public struct NavigationBar
  • Representation of all customizable visual style property for UIButton.

    See more

    Declaration

    Swift

    public struct Button
  • Representation of all customizable visual style property for UIText.

    See more

    Declaration

    Swift

    public struct Text
  • Representation of all customizable visual style property for UITableViewCell

    See more

    Declaration

    Swift

    public struct Cell
  • Representation of all customizable visual style property for the Hyperwallet‘s icon.

    See more

    Declaration

    Swift

    public struct Icon
  • Representation of all customized visual style property for numbers

    See more

    Declaration

    Swift

    public struct Amount
  • Representation of all customizable visual style property for UITableViewController.

    See more

    Declaration

    Swift

    public struct UITableViewController
  • Representation of all customizable visual style property for SpinnerView.

    See more

    Declaration

    Swift

    public struct SpinnerView
  • Representation of all customizable visual style property for ProcessingView.

    See more

    Declaration

    Swift

    public struct ProcessingView