ViewController
public struct ViewController : Equatable, Sendable
View controller theme
-
Navigation bar theme
Declaration
Swift
public var navigationBar: NavigationBar? -
Window background color
Declaration
Swift
public var backgroundColor: UIColor? -
Window background color for dark mode
Declaration
Swift
public var backgroundColorDark: UIColor?
View on GitHub