How to put more content through the storyboard on an iPhone screen without the limitations of the screen.
For example: I have a screen where I need to put a UIImageView
and another UITextView
two times one below the other. But I do not want to use a table, just put one below the other.
As in the image below:
The problem that the Storyboard
screenview limits handling, how could I get around this problem?