...
We provide a global color palette GiniColors.xcassets
which you are free to override.
For example you want to override Accent01
you need to create a Accent01.colorset
with your wished value in your main bundle (or in custom bundle if you set customResourceBundle
in GiniBankConfiguration
).
The custom colors are then applied to all screens.
...
Figma for confluence lite | ||||
---|---|---|---|---|
|
...
Images
Customizing of images is done via overriding of drawable resources.
...
Figma for confluence lite | ||||
---|---|---|---|---|
|
To override them in your application, use GiniBankConfiguration.updateFont(_ font: UIFont, for textStyle: UIFont.TextStyle)
, for example:
...