ThemeManager
@objcMembers
public class ThemeManager : NSObject
The ThemeManager class is responsible for applying the visual styles to the Hyperwallet user interface components.
-
Applies default visual styles to the Hyperwallet user interface components.
Declaration
Swift
public static func applyTheme() -
Applies White Theme visual styles to the Hyperwallet user interface components.
Declaration
Swift
public static func applyWhiteTheme() -
Applies Custom Theme visual styles to the
UINavigationBarinterface component.Declaration
Swift
public static func applyToUINavigationBar() -
Applies default visual styles to the Hyperwallet user interface components.
Declaration
Swift
static func applyTransferTheme() -
Applies default visual styles to the Hyperwallet user interface components.
Declaration
Swift
static func applyTransferMethodTheme() -
Applies default visual styles to the Hyperwallet user interface components.
Declaration
Swift
static func applyReceiptTheme()
View on GitHub