i have a view controllers in a tab bar controller with constraints to bottom safe area, but one of them i must hide tab bar i use this self.tabBarController?.tabBar.isHidden = true this increase the safe area
But if i need to move to another i show back tab bar self.tabBarController?.tabBar.isHidden = false But safe area don't decrease by itself, making view contents behind tab bar
To make it clear i put a red view pinned to bottom safe area, next i go to view and hide tab bar
this is when it come back to this view and show tab bar again, safe area increased below tab bar, that's why red square are more below