How to insert with content larger than the screen?

Asked

Viewed 51 times

1

How to place more content by storyboard on an iPhone screen without the problems of screen boundaries. For example: I have a screen where I need to place a UIImageView and another UITextView twice one below the other. But I don’t want to use table, just put one below the other. As in the image below:

inserir a descrição da imagem aqui

The problem that the screen view of the Storyboard limits handling, as I could get around this problem?

  • I think I found the solution worked for me! http://stackoverflow.com/questions/12905568/how-do-i-use-uiscrollview-in-storyboard

  • Tiago, I see you’re making progress on iOS. Have you used Phonegap? https://build.phonegap.com/

  • Yes I’ve seen some things but I always prefer to do the native thing.

1 answer

1


There is a component that calls scrollview that you can put Uiimageview and Uitextview inside the same, so your screen on Iphone will be able to slide up and down, showing all the content. Maybe this will help your doubt.

  • Yes I am already using this component and meajudou perfectly! Thank you @Luizteodorojunior

Browser other questions tagged

You are not signed in. Login or sign up in order to post.