ViewControllerAdvice

class ViewControllerAdvice : UIViewController

Controls all UI elements within the advice domain. Currently this is only the expanding suggestion bar

  • viewDidLoad override to set initial state of the epanding suggestion bar

    Declaration

    Swift

    override func viewDidLoad()
  • Toggles whether suggestion is hidden

    Declaration

    Swift

    @IBAction
    func expandButton(_ sender: Any)