I am currently working on an iOS app that communicates with an Arduino via BLE, uses with multiple ViewControllers which are all set-up via Storyboard. The Views are managed via a TabBarController. At this moment I use an additional Tab to connect/Disconnect to/from the device.
But after the App is useless without the device, I want to have the ViewController (which manages the connecting task) pop up. I've read that I should use Segues, but I don't really know how to call them correctly, and I don't want to call them in every TabViewController.