I am new to Swift and my task is to run a Timer instance on 5 different ViewController, which are each embedded in a TabBarController and a NagivationBarController.
To ensure that every Viewcontroller gets the same "time" displayed (for test purposes 1 second), I created a Timer Class named "TimeIsTicking" and my plan is
Create a Label on each ViewController
Each Label Text is written by an instance of "TimeIsTicking" so that when I switch between the ViewController on every single one of them the same value is displayed
Like you can see in the print statements, everything is "up and running" but the Label Text is not being updated.
I am out of suggestions and help will be much appreciated.
Selecting any option will automatically load the page