Customize the Color
You can change the SDK color by using the following function:
Parameters:
- color – the new primary color of the SDK as a UIColor
Customize the Font
You can change the fonts, that are in use by the screens of the SDK.
You can provide 3 fonts names as Strings, each name represents a weight.
Parameters:
- boldFontName – the name of the bold font as a String
- regulerFontName – the name of the regular font as a String
- lightFontName – the name of the light font as a String
You can provide a single font, to use for all weights.
Parameters:
- fontName – the name of the font as a String
Comments
0 comments
Please sign in to leave a comment.