Network Waiting Banner
You can customize the colors and properties of the 'Waiting for network' banner to match your custom theme appearance.
Network Waiting Banner
Copied//Get baseTheme using ZohoSalesIQ.Theme.baseTheme
let customTheme = ZohoSalesIQ.Theme.baseTheme
//Customize properties in the customTheme instance as desired
customTheme.NetworkWaitingBanner.textColor = UIColor.white
customTheme.NetworkWaitingBanner.loaderColor = UIColor.white
customTheme.NetworkWaitingBanner.backgroundColor = UIColor.black
//Set the customized theme using ZohoSalesIQ.Theme.setTheme API
ZohoSalesIQ.Theme.setTheme(theme: customTheme)