Skip to main content

Navigation bar

You can customize the background color and properties of the  Navigation bar to match the look and feel of your application.

Example

Copied// Create a new theme instance using SIQTheme
const customTheme = new SIQTheme();

// Customize properties in the customTheme instance as desired
customTheme.Navigation.backgroundColor = "#FFFFFF"
customTheme.Navigation.titleColor = "#000000"
customTheme.Navigation.tintColor  = "#000000"

//Set the customized theme using ZohoSalesIQ.Theme.setTheme API
ZohoSalesIQ.setThemeForiOS(customTheme);