HCLHCPSearchNavigationViewController

Declaration

Swift

 

 

public class HCLHCPSearchNavigationViewController : UINavigationController

extension HCLHCPSearchNavigationViewController: ViewDesign

 

Overview

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.

Example

Swift

 

 

let manager = HCLManager.share

let searchHCPVC = manager.getHCPSearchViewController()

present(searchHCPVC, animated: true)

 

Discussion

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.

Availability

HealthCare Locator 1.0 and higher