HCLIconsConfigure

Declaration

Swift

 

 

public struct HCLIconsConfigure

 

Overview

The icons configuration object that can be used to customize icons for the search screens.

Example

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)

 

Discussion

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.

Availability

HealthCare Locator 1.0 and higher