Relative Content

Tag Archive for iosuiscrollviewautolayoutinterface-buildernslayoutconstraint

(iOS) How to have scroll view sit above a dynamically sized stack view?

I have a view that contains two views (see picture)
A Blue scroll view above a green stack view,
a UI scroll view and a UIStackView (vertical). The size of the stack view is unknown as it will be populated with buttons programmatically at run time, I do not want the buttons to be scrollable, just the content above the buttons.