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:
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 Amaral
Tiago, I see you’re making progress on iOS. Have you used Phonegap? https://build.phonegap.com/
– Tony
Yes I’ve seen some things but I always prefer to do the native thing.
– Tiago Amaral