I need to refresh a view controller when a certain button is tapped. Simply activating viewDidLoad() does not seem to be working for what I need to
view controller
viewDidLoad()
In Swift 4:
self.view.layoutIfNeeded()