ThemeDeclaration
open class ThemeDeclaration : Theme
This class can be overriden for a more convenient way to declare a theme
-
Undocumented
Declaration
Swift
public var barTintColor: UIColor? -
Undocumented
Declaration
Swift
public var backgroundColor: UIColor? -
Undocumented
Declaration
Swift
public var textColor: UIColor? -
Undocumented
Declaration
Swift
public var primaryColor: UIColor? -
Undocumented
Declaration
Swift
public var tintColor: UIColor? -
Undocumented
Declaration
Swift
public var primaryFont: UIFont? -
Undocumented
Declaration
Swift
public var titleFont: UIFont? -
Undocumented
Declaration
Swift
public var barStyle: UIBarStyle? -
Undocumented
Declaration
Swift
public var prefersLargeTitles: Bool? -
Undocumented
Declaration
Swift
open func setupProperties() -
Undocumented
Declaration
Swift
public required init()
ThemeDeclaration Class Reference