How to insert with content larger than the screen?

1

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?

    
asked by anonymous 23.09.2014 / 00:17

1 answer

1

There is a component called scrollview that you can put UIImageView and UITextView inside it, so your iPhone screen will be able to slide up and down, showing all the content. Maybe this might help with your question.

    
09.10.2014 / 19:40