Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
nodeUrlhttps://www.figma.com/file/h7UbkhkEUdpEGygSCa3XBYkUde2EyjO88UVprdSwn2li/iOS-Gini-Bank-SDK-3.57.0-UI-Customisation?type=design&node-id=14-355&mode=design&t=oZXUYwa0J5FUJimvXpr08uvZ81ZVAzGV-4
height1000px

...

Images

Customizing of images is done via overriding of drawable resources.

...

Figma for confluence lite
nodeUrlhttps://www.figma.com/file/h7UbkhkEUdpEGygSCa3XBYkUde2EyjO88UVprdSwn2li/iOS-Gini-Bank-SDK-3.57.0-UI-Customisation?type=design&node-id=2574-12863&mode=design&t=1BM8bjihDPyN8ZVxXpr08uvZ81ZVAzGV-04
height1000px

To override them in your application, use GiniBankConfiguration.updateFont(_ font: UIFont, for textStyle: UIFont.TextStyle), for example:

...