Swift |
|
public class HCLHCPSearchNavigationViewController : UINavigationController extension HCLHCPSearchNavigationViewController: ViewDesign
|
This class represents a root view controller object to internally load/manage the hierarchy of search screens for viewing and navigating on the UI of your iOS app.
Swift |
|
let manager = HCLManager.share let searchHCPVC = manager.getHCPSearchViewController() present(searchHCPVC, animated: true)
|
The user interface could be configured through settings of theme and icons while initializing the HCLManager instance.
Should create the HCLHCPSearchNavigationViewController through HCLManager instead of using its constructor directly.
HealthCare Locator 1.0 and higher