Using Themes
Using the default theme
AmityUIKit uses the default theme as part of the design language.
Theme customization
With no customization, UIKit already looks good. However, if you wish to customize the theme, you can declare changes to both colors and typography.
Colors
UIKit uses a small set of declared colors to simplify the design task for developers. These colors are automatically rendered at appropriate shades to communicate states and interactions to the users.
Usage
To declare your own colors on iOS:
Create an instance from the provided class
AmityTheme
Set the theme instance through AmityUIKitManager
Last updated