Currently running into an issue where I am trying to update my view after using a show segue to a separate popup view. The initial viewDidAppear is being triggered on load, but after i close out of my other view and transition back to the other view, it is not reloading.
I'm looking for an option to either trigger a reload of my data, or to try and refresh the information on a view being closed.