How can I access appController: TVApplicationController() in AppDelegate from another ViewController

Hi there.

This is a tvOS app, and I'm wondering if there is a possibility to access the appController variable: var appController: TVApplicationController? in the AppDelegate.swift file from a secondViewController.


How can I access appController: TVApplicationController() in AppDelegate from another ViewController
 
 
Q