Appearance configuration
Available customization fields:Color ConfigurationEnsure all colors are specified as UIColor to maintain compatibility. Colors can be sourced from Xcode’s predefined palette or the merchant’s assets, but they must always be of type UIColor.
Yuno.Appearance() function to define a variable with all your customizations to control the appearance. Then inform it when initializing the SDK:
Usage examples
Example (two appearance customizations):Example 1 (left)
Example 2 (right)