I have a UIScrollView, nested inside of which in one content view and it has two child views nested, a regular UIView with a known height, and a container view with dynamic heig
In your case if you want to get rid of the IB warnings about the Container height should be zero. you can put a height constraint with whatever constant value suitable for you and check it as a placeholder (it will be removed at build time.)