I am building an app to track BLE devices, and I have a delegate (in appDelegate) that updates the list of discovered devices over the bluetooth.
I need to display this
The problem is that ViewController() is not your view controller. It is a new separate instance. You need to refer to your existing view controller.
ViewController()