I have been developing an app on the storyboard, but have come across the issue of needing to add more views to the screen, but having no space to put them anywhere on the Storyboard.
I found this answer on Stack Overflow which seems to answer my question, but it has left me with a blue area in the newly created space. If I drag all of my views down into the new space (to create a gap for some new views at the top), they just get hidden behind the bluefish area.
If it helps - I have a Scroll View first, then a view on top, and then all of my individual views on top of that.