I have a UIScrollView
that has an embedded UIView
within it. The UIView
is set to have a vertical height of 1000. Further, there is a button that is centered horizontally and set to have be 20 units from the bottom edge of UIView
. Everything works as expected but I am unable to design in storyboard for such a scenario. See screenshot below. The contents outside the screensize are not visible - how does one see / scroll the view into place
Thanks in advance.
In Storyboard:
Simulated Size
tofreeform
and height to1000
.