ThemeConfiguration
public protocol ThemeConfiguration
A protocol to allow customizing the theme.
-
primaryColor
Default implementationProvide a getter to return a custom primary color.
Default Implementation
Declaration
Swift
var primaryColor: UIColor { get }