.setThemeColorforiOS()
You can change the default SDK theme color using the .setThemeColorforiOS() property. The default theme Color of the SDK is a shade of blue. Any modifications to the .setThemeColorforiOS() property will be applied across all screens in the Mobilisten UI for iOS devices.

Syntax for iOS
CopiedZohoSalesIQ.setThemeColorforiOS(hexcode: string)Example for iOS
CopiedZohoSalesIQ.setThemeColorforiOS("#000000");