Based on Medium blog post, Styling Your IOS Application Using Chameleon with the reusable StyleManager in Swift.
- In your AppDelegate after didFinishLaunchingWithOptions initialize StyleManager.setupTheme method.
- Now we can use StyleManager’s methods.
self.accountNameLabel.textColor = StyleManager.textTheme()