OfflineBanner

You can customize the colors and properties of the  OfflineBanner  to match the look and feel of your application.

OfflineBanner

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

//Customize properties in the customTheme instance as desired
customTheme.OfflineBanner.backgroundColor = UIColor.lightGray
customTheme.OfflineBanner.textColor = UIColor.black

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