I'm getting crazy in implementing a ScrollView within Storyboard. I have a container View and above it I've put a ScrollView higher than the View. The height of the View and the ScrollView is set through the SizeInspector (and not with scripting):
The problem is that I cannot drag a ScrollView on the workspace (as with InterfaceBuilder), but only within the View itself. So if my ScrollView is higher (644) than the container View (411), I cannot see the entire ScrollView and put above it my textfields.
How can I solve this problem? Any help is appreciated!
Thanks in advance, yassa