Versions Compared

Key

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

...

Find the names of the color resources in GiniColors.xcassets.the color palette:

Figma for confluence lite
nodeUrlhttps://www.figma.com/file/z2naLjqFknlrlbHhfAWx85/iOS-Gini-Bank-SDK-3.1.2-UI-Customisation?type=design&node-id=14-355&mode=design&t=uSCeXLg4PIKNHwKR-4
height1000px

...

Customizing of images is done via overriding of drawable resources.

If you want to override specific SDK images :

  1. Create an asset catalog for images called GiniImages.

...

  1. xcassets in your app.

  2. Add your own images to GiniImages.xcassets using the image names from the SDK's UI customization guide. It is important to name the images you wish to override exactly as shown in the UI customization guide, otherwise overriding won’t work.

...

Typography

We provide global typography based on text appearance styles from UIFont.TextStyle.

Preview our typography and find the names of the style resources:

Figma for confluence lite
nodeUrlhttps://www.figma.com/file/z2naLjqFknlrlbHhfAWx85/iOS-Gini-Bank-SDK-3.1.2-UI-Customisation?type=design&node-id=2574-12863&mode=design&t=jurdyvylCTCvMXfj-4
height1000px

...

Text customization is done via overriding of string resources. If you plan to use a custom name for localizable strings, set it in GiniBankConfiguration.localizedStringsTableName.Find the names of the string resources in Localizable.strings.