I am working on a swift iPhone application that loads a website page on viewDidLoad() function but I am stumped and have not been able to figure this next part out.
Basically what I am trying to do:
The dashboard controller (tab format) connects to three different pages which the first time you click on the tab it loads the page correctly via the viewDidLoad()
However when I go to a different tab then click back I need it to reload except it doesn't run the viewDidLoad() function again to load it.
Is there a function I can access or call? I have looked through app documents but I have failed to find it.
Thanks so much for the help!