Navigation

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

Navigation

Copied//Get baseTheme using ZohoSalesIQ.Theme.baseTheme
let customTheme = ZohoSalesIQ.Theme.baseTheme

//Customize properties in the customTheme instance as desired
customTheme.Navigation.backgroundColor = UIColor.white
customTheme.Navigation.titleColor = UIColor.black
customTheme.Navigation.tintColor  = UIColor.black

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