Swift |
|
public struct HCLIconsConfigure
|
The icons configuration object that can be used to customize icons for the search screens.
Swift |
|
let icons = HCLThemeConfigure(searchIcon: UIImage(named: "search-icon")!, profileIcon: UIImage(named: "profile"),... let manager = HCLManager.shared manager.initialize(apiKey: <YOUR_API_KEY>, icons: icons)
|
All properties of icons are optional configurations.
Assign icon configurations while initializing HCLManager and before adding search screens into your app. If values are not provided/set during initialization of HCLManager, then default values are loaded into the UI.
HealthCare Locator 1.0 and higher