[ad_1]
Make that tab use a custom subclass of UIViewController. (Or whatever parent class you’re using). Implement viewWillDisappear(_ animated: Bool). Put the code you want to execute in that method.
1
[ad_2]
solved iOS Development – Executing Code After Leaving a tab in a tabbed application [closed]