I have an iPad app out on the app store which I'm interested in making an iphone version for. The whole screen is used in the iPad app, with basic strings that display information.
How could I bring all that to the iPhone and make it scrollable? For example, to make it fit on the phone I would have the title on top, then a string stating like name on the left, then under it the name. I need to do this for about 7 items such as address and email, therefore in order to make it all fit it would have to go down below the iPhone screen. How would I be able to make the screen scrollable so I can view what is below it?
I understand table views scroll but the way the information is, having a table view would look weird and would be too overkill if you get what I mean.
Thanks.