I have one view firstViewController wich has one container view. The container view has the following constraints:
The height is 0 because programatically I will change heightConstraint to new value.
This is what I have in my containerView:
The problem is when I pin one of the objects in containerView to the bottom of the super view they are visible on the firstViewController even when the height of the containerView is 0, so they shouldn't be visible.....
If I don't pin any object to the bottom of containerView they aren't visible in the firstViewController