(iOS) How to have scroll view sit above a dynamically sized stack view?
I have a view that contains two views (see picture)
,
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.