xcode execute code after when navigating back to screen
// Use this if you don't want to override the navigation style, text, etc.overridefuncviewWillDisappear(_ animated:Bool){super.viewWillDisappear(animated)ifself.isMovingFromParent {// Your code...}}